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
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?