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

Documentation Index

Fetch the complete documentation index at: https://docs.mag3nt.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Session token from POST /api/auth/verify

Path Parameters

hash
string
required

Response

200 - application/json

Key revoked

success
boolean