vk_delete_tasks_37e94f6423f8
Delete a comment from a task in Vikunja. Requires write access to the task.
Instructions
Remove a task comment. Raw Vikunja REST proxy for DELETE /tasks/{taskID}/comments/{commentID}. Remove a task comment. The user doing this need to have at least write access to the task this comment belongs to. This endpoint does not usually require a request body. 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 |
|---|---|---|---|
| taskID | No | Task ID Required. | |
| taskId | No | Task ID Required. | |
| task_id | No | Task ID Required. | |
| commentID | No | Comment ID Required. | |
| commentId | No | Comment ID Required. | |
| comment_id | No | Comment ID Required. |