DELETE
/
api
/
keys
/
{id}
curl --request DELETE \
  --url https://api.avm.codes/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
Example:

"1"

Response

200
application/json
A successful response of revoking the API key.
success
boolean
required
Example:

true