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