Skip to main content
DELETE
/
api
/
keys
/
{hash}
Revoke an API key
curl --request DELETE \
  --url https://mag3nt.com/api/keys/{hash} \
  --header 'Authorization: <api-key>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

API key prefixed with 'Bearer sx_live_...'

Path Parameters

hash
string
required

Response

200 - application/json

Key revoked

success
boolean