Webhooks
Delete a Webhook
Deletes an existing webhook based on its ID. This endpoint allows partners to remove a previously registered webhook by specifying its unique identifier in the path parameter. The id
parameter is required and must match the ID of the webhook to be deleted. Upon successful deletion, the service will no longer send POST requests to the webhook’s URL for the specified scope. This operation helps partners manage and clean up their webhook configurations.
DELETE
Authorizations
The API requires a Bearer token in the Authorization header for authentication.
Path Parameters
The unique identifier of the webhook to be deleted.