Skip to main content
DELETE
/
user
/
api-keys
/
{id}
Delete API key
curl --request DELETE \
  --url https://app.gloriagent.ai//api/user/api-keys/{id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "API key deleted successfully."
}

Documentation Index

Fetch the complete documentation index at: https://docs.gloriagent.ai/llms.txt

Use this file to discover all available pages before exploring further.

This endpoint permanently deletes an API key. Any applications using this key will immediately lose access.

Path Parameters

id
integer
required
The unique identifier of the API key to delete

Response

message
string
Success message
{
  "message": "API key deleted successfully."
}
This action is immediate and cannot be undone. Any applications using this API key will stop working immediately.