---
title: "Delete Orchestration"
method: DELETE
path: "/orchestrations/{id}"
tags: ["Orchestrations"]
---

# Delete Orchestration

`DELETE /orchestrations/{id}`

Delete an Orchestration. Any ELT Syncs, Transforms or Reverse ETL Syncs attached to it fall back to the provided cron schedule instead of being left without one.

## Path parameters

- `id` string, required

## Query parameters

- `cron_schedule` string, required

## Response `204`

The Orchestration has been successfully deleted.

## Other responses

- `400` — cron_schedule is missing or is not a valid cron expression.
- `404` — Orchestration not found.

---

[API](https://skmtc.net/weld/apis/weld-rest-api.md) · [All operations](https://skmtc.net/weld/apis/weld-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/weld/weld-rest-api/revisions/75294f591cc2/schema)
