Dashboard
Orchestrations

Delete Orchestration

Delete Orchestration

DELETE/v2/orchestrations/{orchestration_id}

Path Parameters

orchestration_idstring · uuidrequired
Request
curl --request DELETE \
  --url https://api.brainbaselabs.com/v2/orchestrations/{orchestration_id} \
  --header 'Authorization: Bearer YOUR_API_KEY'
Response
json
{
  "property1": true,
  "property2": true
}