Skip to main content
DELETE
/
account
/
keys
Delete the current API key
curl --request DELETE \
  --url https://api.maxai.lol/v1/account/keys \
  --header 'Authorization: Bearer <token>'
{
  "status": 200,
  "data": {
    "message": "API key was deleted."
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

API key deleted successfully.

status
number

The HTTP-style status code of the response.

Example:

200

data
object