Memo Service
Delete Memo
DeleteMemo deletes a memo.
Path Parameters
memo*string
The memo id.
Query Parameters
force?boolean
Optional. If set to true, the memo will be deleted even if it has associated data.
Response Body
application/json
curl -X DELETE "https://example.com/api/v1/memos/string"Empty
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}