ApiKeys
Revoke an API key
Deactivates an API key so it can no longer authenticate requests. The key record is retained and remains listable.
Deactivates an API key so it can no longer authenticate requests. The key record is retained and remains listable.
Authorization
apiKey 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"{ "success": true}