-
Notifications
You must be signed in to change notification settings - Fork 0
Flow: Delete Memo
Yupiiina edited this page Feb 16, 2019
·
9 revisions
When a user is in a memo details page, the user can perform a delete action by tap on a bin icon as shown in a figure above. After a memo is deleted, the website will bring a user back to homepage.
Request DELETE /memos/d3195cc1-db5b-415d-8526-fcfed80850dd
Expect Result:
{
"message": "Deleted"
},
Error Result
{
"message" : "Cause of an error"
}