DELETE
/
datasets
Authorization
curl --request DELETE \
  --url https://api.honeyhive.ai/datasets \
  --header 'Authorization: <authorization>'
{
  "result": {}
}

Authorizations

Authorization
string
headerrequired

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

Response

200 - application/json
result
object

The result of the delete operation