Delete Webhook
Switch off a webhook, looked up by its unique ID.
That web address will stop receiving event notifications. You can safely call this more than once — deleting a webhook that is already switched off simply succeeds and changes nothing.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
The unique ID of the webhook you want to delete.
"c4f2e8a1-3b7d-4e9f-a1c2-6d8e3f7a9b0c"
Response
Successful Response
Standard response wrapper for single-object responses and errors.
Generic over the payload type. A route that declares
CommonResponse[SomeModel] gets the real data schema rendered in
OpenAPI/Swagger; a bare CommonResponse leaves data untyped.

