---
title: "Delete mission"
method: DELETE
path: "/ai/missions/{mission_id}"
tags: ["Missions"]
---

# Delete mission

`DELETE /ai/missions/{mission_id}`

Permanently deletes the specified mission definition and returns no content on success.

## Path parameters

- `mission_id` string, uuid, required

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.dev/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc.dev/team-telnyx/apis/telnyx-api-2/revisions/88481995b4ca?raw)
