vk_post_kind_8f46997cec95
Remove your reaction from a task or comment. Provide the entity kind, ID, and reaction body to delete it.
Instructions
Removes the user's reaction. Raw Vikunja REST proxy for POST /{kind}/{id}/reactions/delete. Removes the reaction of that user on that entity. Pass the JSON request payload in the optional body field. Path and query parameters are top-level fields. Original parameter names also accept camelCase and snake_case aliases. Authentication is required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Entity ID Required. | |
| body | Yes | The reaction you want to add to the entity. | |
| kind | No | The kind of the entity. Can be either `tasks` or `comments` for task comments Required. |