cURL
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.
Delete a specific API key owned by current user
Documentation IndexFetch the complete documentation index at: https://docs.agents.kolena.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.agents.kolena.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>. The <token> represents your API key, which must be acquired from the Kolena platform.
Bearer <token>
<token>
Was this page helpful?