---
title: "Stop watching a measurement"
method: DELETE
path: "/cell_measurements/{measurement_id}/watch"
tags: ["Cell Measurements"]
---

# Stop watching a measurement

`DELETE /cell_measurements/{measurement_id}/watch`

Stop watching a measurement for the current user.

Idempotent -- unwatching something not watched returns 204 all the same.

## Path parameters

- `measurement_id` string, required

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/ionworks/apis/fastapi.md) · [All operations](https://skmtc.dev/ionworks/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ionworks/fastapi/revisions/7337a3cbdaf2/schema)
