Skip to main content
DELETE
/
api
/
v1
/
api-keys
/
{apiKeyId}
Delete API Key
curl --request DELETE \
  --url https://api.example.com/api/v1/api-keys/{apiKeyId}

Path Parameters

apiKeyId
string
required

The unique identifier of the API key to delete

Example:

"decafbad-cafe-4dad-f00d-123456789abc"

Response

API key deleted successfully