Skip to main content
DELETE
/
v1
/
datasets
/
{id}
Delete dataset by ID
curl --request DELETE \
  --url https://api.example.com/v1/datasets/{id}
"<string>"

Path Parameters

id
string
required

The ID of the dataset to delete.

Response

Successful Response