Delete Api Key

DELETE
/api/v1/api-keys/{apiKeyId}

Path Parameters

apiKeyId*string

Response Body

application/json

application/json

application/json

curl -X DELETE "https://example.com/api/v1/api-keys/string"
Empty
{  "_tag": "Api/ActionForbiddenError",  "message": "string"}
{  "_tag": "Api/ApiKeyNotFoundError",  "message": "string"}
{  "_tag": "Api/ApiKeyServiceError",  "cause": "string"}