Memos
Memo Service

Delete Memo Reaction

DeleteMemoReaction deletes a reaction for a memo.

DELETE
/api/v1/memos/{memo}/reactions/{reaction}

Path Parameters

memo*string

The memo id.

reaction*string

The reaction id.

Response Body

application/json

curl -X DELETE "https://example.com/api/v1/memos/string/reactions/string"
Empty
{
  "code": 0,
  "message": "string",
  "details": [
    {
      "@type": "string"
    }
  ]
}

On this page

No Headings