Skip to Content
API keys are issued to organizations with a signed BAA. Request API access →
API referenceRemove a reaction

Remove a reaction

DELETE/messages/{messageId}/reactions

Removes your app user’s reaction from a message. Reactions have no ID of their own, so pass the exact emoji you added.

Scope reactions:write

Path parameters

messageIdUUIDRequired

ID of the message.

Query parameters

emojistringRequired

The exact emoji your app user reacted with.

Returns

Returns 204 No Content with an empty body.

Errors

Failed requests return application/problem+json problem details. The errors specific to this endpoint:

StatusCodeMeaning
400invalid_requestThe request is malformed, such as invalid JSON.
401unauthorizedThe API key is missing, revoked, or invalid.
403insufficient_scopeThe key lacks the required scope.
404not_foundThe resource doesn’t exist or isn’t visible to this key.
429rate_limitedToo many requests. Retry after Retry-After seconds.
Last updated on