---
title: "Remove a mission from a track"
method: POST
path: "/api/v1/tracks/{trackId}/remove-mission"
tags: ["cms"]
---

# Remove a mission from a track

`POST /api/v1/tracks/{trackId}/remove-mission`

## Path parameters

- `trackId` string, required

## Request body

- TrackRemoveMissionRequestDTO
  - `missionId` string, required — The unique identifier of the mission to remove from the track

## Response `201`

---

[API](https://skmtc.net/wejam/apis/jam.md) · [All operations](https://skmtc.net/wejam/apis/jam/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wejam/jam/revisions/bd5a5f406bca/schema)
