Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
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

<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

...