Skip to main content
POST
/
auth
/
revokeApiKey
Revoke API key
curl --request POST \
  --url http://api.superwize.ai/api/auth/revokeApiKey \
  --header 'Content-Type: application/json' \
  --data '
{
  "keyId": "obj_01JHKZ0PV2WX123456789"
}
'
{
  "success": true
}

Body

application/json
keyId
string
required
Minimum string length: 1

Response

API key revoked.

success
boolean
required