Skip to main content
DELETE
/
catchAll
/
datasets
/
{dataset_id}
Delete dataset
curl --request DELETE \
  --url https://catchall.newscatcherapi.com/catchAll/datasets/{dataset_id} \
  --header 'x-api-key: <api-key>'
{
  "detail": "Invalid API key"
}

Authorizations

x-api-key
string
header
required

API key for authentication.

Path Parameters

dataset_id
string<uuid>
required

Unique dataset identifier.

Response

Dataset deleted successfully. No response body.