Перейти к основному содержанию
DELETE
/
customer
/
v2
/
api-keys
/
{apiKey}
Delete API Key
curl --request DELETE \
  --url https://orbitflare.com/api/customer/v2/api-keys/{apiKey} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "<string>",
  "data": {}
}

Авторизации

Authorization
string
header
обязательно

Bearer token from device or wallet auth

Параметры пути

apiKey
string
обязательно

API key ID or identifier

Ответ

API key deleted.

success
boolean
Пример:

true

message
string
data
object