---
title: "Delete Share Link"
method: DELETE
path: "/v1/external/notes/{noteGuid}/share-link"
tags: ["Note Share Link"]
---

# Delete Share Link

`DELETE /v1/external/notes/{noteGuid}/share-link`

Delete the share link for a note.

- Returns 204 even if already deleted (idempotent)

## Path parameters

- `noteGuid` string, required

## Response `204`

Share link deleted

## Other responses

- `401` — Unauthorized
- `403` — Forbidden - insufficient permissions
- `404` — Note not found

---

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