Delete
Certified
Delete a Monday webhook
Delete
Certified
Delete a Monday webhook
yaml
type: io.kestra.plugin.monday.webhooks.DeleteExamples
yaml
id: monday_delete_webhook
namespace: company.team
tasks:
- id: delete
type: io.kestra.plugin.monday.webhooks.Delete
apiToken: "{{ secret('MONDAY_API_TOKEN') }}"
webhookId: "1234567890"
Properties
apiToken *Requiredstring
webhookId *Requiredstring
apiUrl string
Default
https://api.monday.com/v2apiVersion string
Default
2024-10maxRetries integerstring
Default
3retryInterval string
Default
PT5SretryMaxInterval string
Default
PT30S