Delete an orchestration
DELETE/v1/projects/:project_id/orchestrations/:orchestration_id
Deletes the orchestration definition and all of its runs.
Request
Responses
- 204
- 401
- 404
- 502
Deleted.
Missing or invalid credentials.
The resource does not exist (existence is not leaked).
The upstream runtime could not complete the operation.