Skip to main content
DELETE
/
api
/
v1
/
apps
/
{app_slug}
/
api-keys
/
{key_id}
Revoke Api Key
curl --request DELETE \
  --url https://api.example.com/api/v1/apps/{app_slug}/api-keys/{key_id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

app_slug
string
required
key_id
string
required

Response

200 - application/json

OK

message
string
required