vk_delete_subscrip_57c818aa195a
Unsubscribe the current user from a project or task by specifying the entity type and numeric ID.
Instructions
Unsubscribe the current user from an entity.. Raw Vikunja REST proxy for DELETE /subscriptions/{entity}/{entityID}. Unsubscribes the current user to an entity. 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 |
|---|---|---|---|
| entity | No | The entity the user subscribed to. Can be either `project` or `task`. Required. | |
| entityID | No | The numeric id of the subscribed entity to. Required. | |
| entityId | No | The numeric id of the subscribed entity to. Required. | |
| entity_id | No | The numeric id of the subscribed entity to. Required. |