curl --request DELETE \
--url https://studio.edgeimpulse.com/v1/api/{projectId}/raw-data/{sampleId} \
--header 'x-api-key: <api-key>'
{
"success": true,
"error": "<string>"
}
Deletes the sample. Note that this does not delete the data from cold storage.
curl --request DELETE \
--url https://studio.edgeimpulse.com/v1/api/{projectId}/raw-data/{sampleId} \
--header 'x-api-key: <api-key>'
{
"success": true,
"error": "<string>"
}
OK
The response is of type object
.