cURL
curl --request DELETE \ --url https://api.smokeball.com/matters/{matterId}/memos/{id} \ --header 'Authorization: <api-key>' \ --header 'x-api-key: <api-key>'
{ "id": "<string>", "href": "<string>", "relation": "<string>", "method": "GET" }
Deletes a specified memo.
When request is successful. The request has been accepted and the memo will be deleted shortly.
The response is of type object.
object