examples
Hard Delete Examples
This endpoint hard deletes all versions of a dataset example(s). Deletion is performed by setting inputs, outputs, and metadata to null and deleting attachment files while keeping the example ID, dataset ID, and creation timestamp. IMPORTANT: attachment files can take up to 7 days to be deleted. inputs, outputs and metadata are nullified immediately.
post/v1/platform/datasets/examples/delete
Request body
Response
OK
Example response
{
"count": 1,
"example_ids": [
"[\"123e4567-e89b-12d3-a456-426614174000\"]"
]
}