curl --request DELETE \
--url https://apix.us.amity.co/api/v2/reactions \
--header 'Authorization: Bearer <token>'
{
"removedId": "<string>"
}
Remove reaction from a document referenced by ID and type.
curl --request DELETE \
--url https://apix.us.amity.co/api/v2/reactions \
--header 'Authorization: Bearer <token>'
{
"removedId": "<string>"
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Reference id
900
Reference type
message
, post
, comment
, story
Reaction name
100
The API version of the document (Ex. If using with message v5, the referenceVersion will be 5)
Returns a reaction id is removed
The response is of type object
.