Skip to main content
DELETE
/
v1
/
auth
/
api-keys
/
{id}
Delete an API key
curl --request DELETE \
  --url http://127.0.0.1:8787/v1/auth/api-keys/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "status": "success",
    "message": "<string>"
  },
  "error": null
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string<uuid>
required

Response

API key deleted successfully.

data
object
required
error
null
required