---
title: "Delete Note"
method: DELETE
path: "/team-messaging/v1/notes/{noteId}"
tags: ["Notes"]
---

# Delete Note

`DELETE /team-messaging/v1/notes/{noteId}`

Deletes the specified note.

## Path parameters

- `noteId` string, required

## Response `204`

No Content

## Other responses

- `400` — Note is locked by another user
- `403` — You have no permissions to delete note
- `404` — Note is not found

---

[API](https://skmtc.net/ringcentral/apis/ringcentral-api.md) · [All operations](https://skmtc.net/ringcentral/apis/ringcentral-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ringcentral/ringcentral-api/versions/8d602198ec97/schema)
