curl --request POST \
--url https://studio.edgeimpulse.com/v1/api/{projectId}/raw-data/clear-all-object-detection-labels \
--header 'x-api-key: <api-key>'
{
"success": true,
"error": "<string>"
}
Clears all object detection labels for this dataset, and places all images back in the labeling queue.
curl --request POST \
--url https://studio.edgeimpulse.com/v1/api/{projectId}/raw-data/clear-all-object-detection-labels \
--header 'x-api-key: <api-key>'
{
"success": true,
"error": "<string>"
}
Project ID
OK
The response is of type object
.