curl --request DELETE \
--url https://api.orq.ai/v2/datasets/{dataset_id}/datapoints/{datapoint_id} \
--header 'Authorization: Bearer <token>'{
"message": "<string>",
"code": "<string>"
}Permanently deletes a specific datapoint from a dataset.
curl --request DELETE \
--url https://api.orq.ai/v2/datasets/{dataset_id}/datapoints/{datapoint_id} \
--header 'Authorization: Bearer <token>'{
"message": "<string>",
"code": "<string>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The unique identifier of the dataset
The unique identifier of the datapoint
No content - Datapoint successfully deleted
Was this page helpful?