MemoService
DeleteMemo deletes only the named memo and its owned resources. It removes incident relations but never deletes another memo.
delete/api/v1/memos/{memo}
Path parameters
memostring required
The memo id.
Query parameters
forceboolean
Optional. If set to true, the memo will be deleted even if it has associated data.
Response
OK