API DocsRESTApi key service

DeleteApiKey

Deletes an API key.

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

Path Parameters

apiKeyId
Required
string

curl -X DELETE "<API_URL>/api/v2/api-keys/string" \
  -H "Authorization: Bearer <API_KEY>"

A successful response.

{}