/
Remove webhook configuration

Remove webhook configuration

For sending this request, you have to be authorized. See the 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_configuration_id> \ -H 'Content-Type: application/json' \ -H 'x-api-key: <api_key>'

Parameters

Parameter

Required

Description

Parameter

Required

Description

<webhook_configuration_id>

Yes

The ID of the Webhook Configuration.

See List webhook configurations to get the Webhook Configuration ID.

<api_key>

Yes

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.

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

 

Related content

Webhook configuration object
Webhook configuration object
More like this
Resource statuses
Resource statuses
Read with this
List webhook configurations
List webhook configurations
More like this
Create webhook configuration
Create webhook configuration
More like this
Webhook initialization
Webhook initialization
More like this
Authorization request
Authorization request
More like this