Skip to content

Remove your reaction

DELETE
/v1/activities/{id}/reactions/{kind}
curl --request DELETE \
--url http://localhost:3000/v1/activities/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/reactions/example \
--header 'Authorization: Bearer <token>'

Idempotent — removing a reaction that does not exist leaves the counter untouched.

id
required
string format: uuid
kind
required
string

Removed

Invalid, expired, revoked, or absent token.

Media typeapplication/json
object
error
required
object
code
required
string
Allowed values: VALIDATION_FAILED UNAUTHENTICATED FORBIDDEN NOT_FOUND CONFLICT RATE_LIMITED INTERNAL
message
required
string
requestId
required
string
fields

Present only for VALIDATION_FAILED.

Array<object>
object
path
string
message
string
Example
{
"error": {
"code": "VALIDATION_FAILED"
}
}