Skip to main content
Client Delete Api Key
curl --request DELETE \
  --url https://agents-api.kolena.com/api/v1/client/api-keys/{key_id} \
  --header 'Authorization: Bearer <token>'
This response has no body data.
Rate Limit: This endpoint is limited to requests per minute per user.
This endpoint is idempotent - deleting a non-existent key returns success (204 No Content).

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>. The <token> represents your API key, which must be acquired from the Kolena platform.

Path Parameters

key_id
string<uuid>
required

Response