cURL
curl --request DELETE \ --url https://api.deepxl.ai/v1/api-keys/{api_key_id} \ --header 'Authorization: Bearer <token>'
{ "rowsDeleted": 1 }
Delete an existing API key for the authenticated organization
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
API key deleted successfully
Was this page helpful?