cURL
curl --request DELETE \ --url https://catchall.newscatcherapi.com/catchAll/datasets/{dataset_id} \ --header 'x-api-key: <api-key>'
{ "detail": "Invalid API key" }
Permanently deletes a dataset. The entities within the dataset are not deleted — only the dataset itself. This operation cannot be undone.
API key for authentication.
Unique dataset identifier.
Dataset deleted successfully. No response body.
Was this page helpful?