---
title: "DELETE /api/v1/memos/{memo}/shares/{share}"
method: DELETE
path: "/api/v1/memos/{memo}/shares/{share}"
tags: ["MemoService"]
---

# DELETE /api/v1/memos/{memo}/shares/{share}

`DELETE /api/v1/memos/{memo}/shares/{share}`

DeleteMemoShare revokes a share link. Requires authentication as the memo creator.

## Path parameters

- `memo` string, required
- `share` string, required

## Response `200`

OK

## Other responses

- `default` — Default error response

---

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