---
title: "Delete a standalone Notetaker"
method: DELETE
path: "/v3/notetakers/{notetaker_id}"
tags: ["Standalone Notetaker"]
---

# Delete a standalone Notetaker

`DELETE /v3/notetakers/{notetaker_id}`

Permanently deletes the specified Notetaker and all associated data, including any recordings, transcripts, thumbnails, summaries, and action items. This works regardless of the Notetaker's current state — scheduled, active, or completed. This is a hard delete and cannot be undone. Once deleted, Nylas cannot recover the Notetaker or any of its data.

## Response `200`

OK

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

## Other responses

- `401` — Unauthorized
- `404` — Not Found
- `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)
