API ReferenceAdmin · API Keys
Deletes an API key
Revokes an API key. Subsequent requests using this key will return 401. Requires admin role.
Path Parameters
orgID*string
Organization UUID
projectID*string
Project UUID
keyID*string
Key UUID
Response Body
application/json
application/json
application/json
curl -X DELETE "https://example.com/admin/orgs/string/projects/string/keys/string"Empty