POST
/
api-keys
/
{keyId}
/
revoke
Revoke an API key
curl --request POST \
  --url https://your_salambo_base_url/api/v1/api-keys/{keyId}/revoke \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

keyId
string<uuid>
required

Response

Revocation result

The response is of type object.