DELETE
/
datasets
import honeyhive

s = honeyhive.HoneyHive(
    bearer_auth="<YOUR_BEARER_TOKEN_HERE>",
)


res = s.datasets.delete_dataset(dataset_id='<value>')

if res is not None:
    # handle response
    pass

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

Successful delete