English
Appearance
Removes a reaction from a comment.
await client.reactions.delete("2fb4e60b-0d9a-46f3-a4dc-cb9fe8ad9be6", { type: "👍", });
youvico reaction delete \ --comment 2fb4e60b-0d9a-46f3-a4dc-cb9fe8ad9be6 \ --type "👍" \ --yes
curl -X DELETE 'https://api.youvico.com/api/comments/2fb4e60b-0d9a-46f3-a4dc-cb9fe8ad9be6/reactions' \ -H 'Authorization: Bearer YOUR_API_KEY' \ -H 'Content-Type: application/json' \ -d '{ "type": "👍" }'
Returns 204 No Content on success.
204 No Content
WARNING
This endpoint requires a JSON body even though it uses the DELETE method.
DELETE
id
string
type
Returns 204 No Content. The response body is empty.
Delete Reaction Tier 4
Removes a reaction from a comment.
Example
Returns
204 No Contenton success.WARNING
This endpoint requires a JSON body even though it uses the
DELETEmethod.Request
Path
idstringrequiredBody
typestringrequiredResponse
Returns
204 No Content. The response body is empty.