Skip to main content
DELETE
/
v1
/
datasets
Delete a dataset (deprecated)
curl --request DELETE \
  --url https://api.dp1.us.honeyhive.ai/v1/datasets \
  --header 'Authorization: Bearer <token>'
{
  "result": {
    "id": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.honeyhive.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

dataset_id
string
required

The unique identifier of the dataset to be deleted like 663876ec4611c47f4970f0c3

Response

200 - application/json

Successful delete

Response for DELETE /datasets

result
object
required