Skip to main content
DELETE
/
account
/
api-key
Revoke API key
curl --request DELETE \
  --url https://api.parse.bot/account/api-key \
  --header 'X-API-Key: <api-key>'
{
  "success": true,
  "message": "<string>"
}

Authorizations

X-API-Key
string
header
required

API key for programmatic access. Get yours at https://parse.bot or via POST /account/api-key with JWT auth.

Response

200 - application/json

Key revoked

success
boolean
message
string