curl --request DELETE \
--url https://api-dev.narrative.io/datasets/{dataset_id}/sample \
--header 'Authorization: Bearer <token>'{
"error": "<string>",
"error_description": "<string>"
}Deletes a sample of rows from a dataset.
curl --request DELETE \
--url https://api-dev.narrative.io/datasets/{dataset_id}/sample \
--header 'Authorization: Bearer <token>'{
"error": "<string>",
"error_description": "<string>"
}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.
Was this page helpful?