Skip to main content
DELETE
/
v1
/
api-keys
/
{api_key_id}
Delete API Key
curl --request DELETE \
  --url https://api.deepxl.ai/v1/api-keys/{api_key_id} \
  --header 'Authorization: Bearer <token>'
{
  "rowsDeleted": 1
}

Authorizations

Authorization
string
header
required

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

Path Parameters

api_key_id
string
required

Response

API key deleted successfully