---
title: "Unmonitor issue"
method: POST
path: "/v1/projects/{projectSlug}/issues/{issueSlug}/unmonitor"
tags: ["Issues"]
---

# Unmonitor issue

`POST /v1/projects/{projectSlug}/issues/{issueSlug}/unmonitor`

Stops monitoring the issue. Idempotent — issues that aren't being monitored return 204 without changing anything.

## Path parameters

- `projectSlug` string, required — Project slug (human-readable identifier)
- `issueSlug` string, required — Issue slug.

## Response `204`

Issue unmonitored

---

[API](https://skmtc.dev/latitude-dev/apis/latitude.md) · [All operations](https://skmtc.dev/latitude-dev/apis/latitude/llms.txt) · [OpenAPI document](https://skmtc.dev/latitude-dev/apis/latitude/revisions/fc0da553a950?raw)
