v1

latestOpenAPI 3.0.32026-07-26229361630.0 KB
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/notification/v1/connect/webhook/subscriptions/{id}

Path parameters

idstring required

The unique identifier of the webhook to be deleted.

Response

Webhook deleted successfully.

statusstring

A message indicating the status of the response.

msgstring

A message indicating the status of the response.

Example response

{
  "status": "webhook deleted successfully",
  "msg": "success"
}