Memos

Delete Memo View

DeleteMemoView deletes a memo view for a user.

DELETE
/api/v1/users/{user}/views/{view}

Path Parameters

user*string

The user id.

view*string

The view id.

Response Body

application/json

curl -X DELETE "https://example.com/api/v1/users/string/views/string"
Empty