ApiKeys

Delete an API key

Permanently deletes an API key record. Unlike revocation, the key row is removed rather than deactivated.

DELETE
/v1/api-keys/{id}/remove

Permanently deletes an API key record. Unlike revocation, the key row is removed rather than deactivated.

x-api-key<token>

In: header

Path Parameters

id*string
Match^key_[0-9a-hjkmnp-tv-z]{16,24}$

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X DELETE "https://example.com/v1/api-keys/string/remove"
{  "success": true}

Related