Info |
---|
For sending this request, you have to be authorized. See the API Authorization page for more details. |
Steps for deleting the webhook configuration:
Pick the configuration you want to delete and send the delete request
Double-check the deletion by listing the webhook configurations
Request
Code Block | ||
---|---|---|
| ||
curl -X DELETE https://rest.doo.net/v1/webhooks/<webhook_group_id> \
-H 'Content-Type: application/json' \
-H 'x-api-key: <api_key>' |
Parameters
Parameter | Required | Description |
---|---|---|
| Yes | The ID of the webhook configuration. |
| Yes |
Response
Code Block |
---|
204 No Content
The server successfully processed the request, but is not returning any content |