Skip to main content
POST
/
v1
/
api-keys
/
{id}
/
revoke
Revoke an API key
curl --request POST \
  --url https://api.suprlogs.com/v1/api-keys/{id}/revoke \
  --header 'Authorization: Bearer <token>'
{
  "apiKey": {}
}

Authorizations

Authorization
string
header
required

Send API key as Authorization: Bearer .

Path Parameters

id
string<uuid>
required

Response

API key revoked.

apiKey
object