cURL
curl --request DELETE \ --url https://api.honeyhive.ai/v1/runs/{run_id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "deleted": true }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response
Was this page helpful?