ERIP
API ReferencePublicAuth

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

DELETE/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 /v1/auth/login.

In: header

Path Parameters

keyId*string
Formatuuid

Response Body

application/json

curl -X DELETE "https://example.com/v1/Auth/api-keys/497f6eca-6276-4993-bfeb-53cbbbba6f08"
Empty
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": null,
  "property2": null
}