title: Delete User Reaction category: Channel
deleteUserReaction
$client->channel->deleteUserReaction($parameters);
Deletes another user's reaction. This endpoint requires the 'MANAGE_MESSAGES' permission to be present on the current user.
Name | Type | Required | Default |
---|---|---|---|
channel.id | snowflake | true | null |
message.id | snowflake | true | null |
emoji | string | true | null |
user.id | snowflake | true | null |
Returns a 204 empty response on success.