vk_delete_tasks_65a02db73f28
Remove a label from a task using its task ID and label ID. Requires write access to the project to complete the action.
Instructions
Remove a label from a task. Raw Vikunja REST proxy for DELETE /tasks/{task}/labels/{label}. Remove a label from a task. The user needs to have write-access to the project to be able do this. 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 |
|---|---|---|---|
| task | No | Task ID Required. | |
| label | No | Label ID Required. |