Info |
---|
For sending this request, you have to be authorized. See the API Authorization page for more details. |
Steps for deleting the webhook configuration:
...
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 configurationWebhook Configuration. See List webhook configurations to get the Webhook Configuration ID. |
| Yes | see API See Authorization |
Response example
We do not confirm whether the webhook configuration has been deleted. This prevents brute-force attacks from knowing whether they have been successful.
...