Skip to main content
DELETE
/
{org}
/
api-keys
/
{id}
Revoke API key
curl --request DELETE \
  --url https://staging.depot.mesa.dev/{org}/api-keys/{id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required
Minimum string length: 1
org
string
required

Response

API key revoked

success
boolean
required