cURL
curl --request DELETE \ --url https://api.honeyhive.ai/v1/datasets \ --header 'Authorization: Bearer <token>'
{ "result": { "id": "<string>" } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The unique identifier of the dataset to be deleted like 663876ec4611c47f4970f0c3
663876ec4611c47f4970f0c3
Successful delete
Show child attributes
Was this page helpful?