cURL
curl --request DELETE \ --url https://agents-api.kolena.com/api/v1/client/agents/{agent_id}/runs/{run_id} \ --header 'Authorization: Bearer <token>'
This response has no body data.
Delete agent run, including underlying files
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>