Last updated 10 months ago
Was this helpful?
Deletes a transformation block.
/api/organizations/{organizationId}/transformation/{transformationId}
Organization ID
Transformation block ID.
curl -L \ --request DELETE \ --url 'https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/transformation/{transformationId}' \ --header 'x-api-key: YOUR_API_KEY'
{ "success": true, "error": "text" }