Memo Service
Delete Memo Share
DeleteMemoShare revokes a share link. Requires authentication as the memo creator.
curl -X DELETE "https://example.com/api/v1/memos/string/shares/string"Empty
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}