DELETE
/
matters
/
{matterId}
/
memos
/
{id}
Delete a memo
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"
}

Authorizations

x-api-key
string
header
required
Authorization
string
header
required

Path Parameters

matterId
string
required
id
string
required

Response

When request is successful. The request has been accepted and the memo will be deleted shortly.

id
string | null
href
string | null
relation
string | null
method
string | null
default:GET