---
title: "Cancel standalone Notetaker before it joins"
method: DELETE
path: "/v3/notetakers/{notetaker_id}/cancel"
tags: ["Standalone Notetaker"]
---

# Cancel standalone Notetaker before it joins

`DELETE /v3/notetakers/{notetaker_id}/cancel`

Cancels a standalone Notetaker while its status is `scheduled`, `connecting`, or `waiting_for_entry`, preventing it from joining the meeting. After the Notetaker joins the meeting, use the leave endpoint. To permanently delete a Notetaker in any state, use the delete endpoint instead.

## Response `200`

OK

- object
  - `request_id` string — The ID of the request.

## Other responses

- `401` — Unauthorized
- `404` — Not Found
- `409` — Conflict
- `429` — Rate Limit

---

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