cURL
Webhook Configuration
Delete Webhook Configuration
Delete an existing webhook configuration and stop delivery of future events to that endpoint.
DELETE
cURL
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Headers
A unique key for making the request idempotent. Must match pattern: ^[a-zA-Z0-9\-_:\.]+$. See Idempotent Requests for more details.
Maximum string length:
255Pattern:
^[a-zA-Z0-9\-_:\.]+$Path Parameters
Identifier of the webhook configuration to delete
Response
Webhook configuration deleted successfully. No content is returned.