---
title: "Remove standalone Notetaker from meeting"
method: POST
path: "/v3/notetakers/{notetaker_id}/leave"
tags: ["Standalone Notetaker"]
---

# Remove standalone Notetaker from meeting

`POST /v3/notetakers/{notetaker_id}/leave`

Sends a request to the specified standalone Notetaker bot to leave the meeting it's currently attending. If the Notetaker's status is `scheduled`, `connecting`, or `waiting_for_entry`, use the cancel endpoint instead.

## Response `200`

OK

- object
  - `request_id` string — The request ID.
  - `data` object — The response object.
    - `id` string — The Notetaker ID.
    - `message` string — A message describing the API response.

## Other responses

- `202` — Accepted
- `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)
