Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 3 Next »

For sending this request, you have to be authorized. See the API Authorization page for more details.

Steps for deleting the webhook configuration:

  1. List webhook configurations

  2. Pick the configuration you want to delete and send the delete request

  3. Double-check the deletion by listing the webhook configurations

Request

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

<webhook_group_id>

Yes

The ID of the webhook configuration.

<api_key>

Yes

see API Authorization

Response example

204 No Content
The server successfully processed the request, but is not returning any content

  • No labels