Last updated 10 months ago
Was this helpful?
Clear generated features for a DSP block (used in tests).
/api/{projectId}/dsp/{dspId}/clear
Project ID
DSP Block ID, use the impulse functions to retrieve the ID
curl -L \ --request POST \ --url 'https://studio.edgeimpulse.com/v1/api/{projectId}/dsp/{dspId}/clear' \ --header 'x-api-key: YOUR_API_KEY'
{ "success": true, "error": "text" }