API ReferenceAuthentication API

Delete API key

Revokes and deletes an API key by ID. Deleted keys can no longer be used for authentication.

DELETE
/auth/api-keys/{id}
Authorization<token>

Type "Bearer" followed by a space and JWT token.

In: header

Path Parameters

idstring

API key ID

Response Body

application/json

application/json

application/json

curl -X DELETE "https://loading/auth/api-keys/string"
Empty
{
  "code": "string",
  "error": "string",
  "message": "string",
  "request_id": "string"
}
{
  "code": "string",
  "error": "string",
  "message": "string",
  "request_id": "string"
}
{
  "code": "string",
  "error": "string",
  "message": "string",
  "request_id": "string"
}