Skip to main content

Remove a Webhook Endpoint

DELETE 

/v4/webhooks/:webhookId

This endpoint removes an existing webhook endpoint.

Request

Path Parameters

    webhookId stringrequired

    The unique identifier of the webhook.

Responses

The updated list of webhook settings.

Schema

    _id string
    _createdAt date-time
    url stringrequired

    The URL of the webhook endpoint.

    description string

    The description of the webhook endpoint.

    isDisabled boolean

    Whether the webhook is disabled or not.

Loading...