cURL
curl --request DELETE \ --url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/transformation/{transformationId} \ --header 'x-api-key: <api-key>'
{ "success": true, "error": "<string>" }
Deletes a transformation block.
Organization ID
Transformation block ID.
OK
The response is of type object.
object