vk_delete_projects_f3929b4920d0
Delete a project's webhook target by providing the project ID and webhook ID. Removes the webhook from Vikunja to prevent future notifications.
Instructions
Deletes an existing webhook target. Raw Vikunja REST proxy for DELETE /projects/{id}/webhooks/{webhookID}. Delete any of the project's webhook targets. 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 |
|---|---|---|---|
| id | No | Project ID Required. | |
| webhookID | No | Webhook ID Required. | |
| webhookId | No | Webhook ID Required. | |
| webhook_id | No | Webhook ID Required. |