Custom Domain
API referenceApplications

Revoke an API key

DELETE
/applications/{id}/keys/{keyId}
AuthorizationBearer <token>

Long-lived tenant API key (sk_live_… / sk_test_…), stored hashed. Scoped to the owning application's tenant.

In: header

Path Parameters

id*string
keyId*string

Response Body

application/json

application/json

curl -X DELETE "https://example.com/applications/string/keys/string"
Empty
{  "code": "string",  "title": "string",  "details": "string"}
{  "code": "string",  "title": "string",  "details": "string"}