---
title: "Unlock Note"
method: POST
path: "/team-messaging/v1/notes/{noteId}/unlock"
tags: ["Notes"]
---

# Unlock Note

`POST /team-messaging/v1/notes/{noteId}/unlock`

Unlocks a note letting other users edit this note. Once the note is locked (by another user) it cannot be unlocked during 5 hours since the lock datetime.

## Path parameters

- `noteId` string, required

## Response `204`

No Content

## Other responses

- `400` — Note is locked by another user
- `403` — You have no permissions to unlock the 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)
