curl --request DELETE \
--url https://api-dev.narrative.io/datasets/{dataset_id} \
--header 'Authorization: Bearer <token>'{
"error": "Unauthorized",
"error_description": "You are not authorized to use this endpoint."
}Permanently removes a dataset from the platform.
Dataset deletion cannot be undone.
curl --request DELETE \
--url https://api-dev.narrative.io/datasets/{dataset_id} \
--header 'Authorization: Bearer <token>'{
"error": "Unauthorized",
"error_description": "You are not authorized to use this endpoint."
}Documentation Index
Fetch the complete documentation index at: https://docs.narrative.io/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
A number of days between 1 and 30. Defaults to 30.
Unique identifier for a dataset.
OK
Was this page helpful?