Skip to main content
DELETE
/
api
/
v1
/
datasets
/
{dataset_id}
Delete Dataset
curl --request DELETE \
  --url https://api.example.com/api/v1/datasets/{dataset_id} \
  --header 'X-API-Key: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

X-API-Key
string
header
required

Path Parameters

dataset_id
string<uuid>
required

Response

Successful Response