---
title: "Delete a dispatch setup"
method: DELETE
path: "/api/v1/me/dispatch-setups/{setupId}"
tags: ["Dispatches"]
---

# Delete a dispatch setup

`DELETE /api/v1/me/dispatch-setups/{setupId}`

Deletes the setup and all of its runs.

## Path parameters

- `setupId` string, required

## Query parameters

- `jurisdiction` string

## Response `204`

Setup deleted

## Other responses

- `404` — Setup not found
- `503` — entire-api is not configured

---

[API](https://skmtc.dev/entire/apis/entire-api.md) · [All operations](https://skmtc.dev/entire/apis/entire-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/entire/entire-api/revisions/c3d737ae064e/schema)
