ERIP
API ReferencePublicAuth

/api/v1/Auth/api-keys/{keyId}

DELETE
/api/v1/Auth/api-keys/{keyId}

Authorization

ApiKey Bearer
X-Api-Key<token>

Provide your API key in the X-Api-Key header.

In: header

AuthorizationBearer <token>

Enter a JWT token obtained from /api/v1/auth/login.

In: header

Path Parameters

keyId*string
Formatuuid

Response Body

application/json

curl -X DELETE "https://loading/api/v1/Auth/api-keys/497f6eca-6276-4993-bfeb-53cbbbba6f08"
Empty
{
  "type": null,
  "title": null,
  "status": null,
  "detail": null,
  "instance": null
}