curl --request DELETE \
--url https://studio.edgeimpulse.com/v1/api/{projectId} \
--header 'x-api-key: <api-key>'
{
"success": true,
"error": "<string>"
}
Remove the current project, and all data associated with it. This is irrevocable!
curl --request DELETE \
--url https://studio.edgeimpulse.com/v1/api/{projectId} \
--header 'x-api-key: <api-key>'
{
"success": true,
"error": "<string>"
}
Project ID
OK
The response is of type object
.