Skip to content

Delete Durable Orchestration

DELETE
/api/v3/organizations/{organisation}/ai/orchestrations/{orchestrationId}
curl --request DELETE \
--url https://dashboard.quantcdn.io/api/v3/organizations/example/ai/orchestrations/example \
--header 'Authorization: Bearer <token>'

Delete an orchestration. Can only delete orchestrations in completed, failed, or cancelled status.

organisation
required
string

The organisation machine name

orchestrationId
required
string

Orchestration identifier

Orchestration deleted

Cannot delete active orchestration

Access denied

Orchestration not found

Failed to delete orchestration