Delete Durable Orchestration
DELETE /api/v3/organizations/{organisation}/ai/orchestrations/{orchestrationId}
DELETE
/api/v3/organizations/{organisation}/ai/orchestrations/{orchestrationId}
Delete an orchestration. Can only delete orchestrations in completed, failed, or cancelled status.
Authorizations
Parameters
Path Parameters
organisation
required
string
The organisation machine name
orchestrationId
required
string
Orchestration identifier
Responses
204
Orchestration deleted
400
Cannot delete active orchestration
403
Access denied
404
Orchestration not found
500
Failed to delete orchestration