Remove a Webhook

Remove a Webhook event


Provide the Webhook unique identifier as a path final parameter /{id}

Example:

curl --request DELETE \
>   --url https://<<test_api_url>>/v3/webhook/hook_6ea862c054ef11e9924d0afd24307790 \
>   --header 'qor-app-id: T6554252567241061980' \
>   --header 'qor-client-id: 01dffeb784c64d098c8c691ea589eb82'
Language
Click Try It! to start a request and see the response here!