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."
}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