Versions Compared

Key

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

...

  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

Code Block
languagebash
curl -X DELETE https://rest.doo.net/v1/webhooks/<webhook_group_id> \
-H 'Content-Type: application/json' \
-H 'x-api-key: <api_key>'

...