...
Code Block | ||
---|---|---|
| ||
curl -X DELETE https://rest.doo.net/v1/webhooks/<webhook_groupconfiguration_id> \ -H 'Content-Type: application/json' \ -H 'x-api-key: <api_key>' |
...
Parameter | Required | Description |
---|---|---|
| Yes | The ID of the Webhook Configuration. See List webhook configurations to get the Webhook Configuration ID. |
| Yes | SeeĀ Authorization |
...