Endpoint
Authentication
Pass one ofAuthorization: Bearer <api-key> or Authorization: ApiKey <key>.
Path Parameters
string
required
The API key identifier.
Response
Returns204 No Content on success.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl -X DELETE https://agent.example.com/v1/api-keys/key_01E \
-H "Authorization: Bearer <api-key>"
Permanently delete an API key by ID. After revocation, the key can no longer authenticate requests.
curl -X DELETE https://agent.example.com/v1/api-keys/key_01E \
-H "Authorization: Bearer <api-key>"
DELETE /v1/api-keys/{id}
Authorization: Bearer <api-key> or Authorization: ApiKey <key>.
204 No Content on success.
curl -X DELETE https://agent.example.com/v1/api-keys/key_01E \
-H "Authorization: Bearer <api-key>"
Was this page helpful?