Memos
Memo Service

Delete Memo Share

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

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

Path Parameters

memo*string

The memo id.

share*string

The share id.

Response Body

application/json

curl -X DELETE "https://example.com/api/v1/memos/string/shares/string"
Empty
{
  "code": 0,
  "message": "string",
  "details": [
    {
      "@type": "string"
    }
  ]
}

On this page

No Headings