Skip to main content

Remove a Webhook Endpoint

DELETE 

/v3/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

    A unique string identifier for the webhook endpoint.

    url stringrequired

    The URL where the webhook endpoint will send data to.

    description string

    A human-readable description of the webhook endpoint. This can be used for documentation or additional context.

    _createdAt date-time

    The date and time when the webhook endpoint was created, formatted as a string in ISO 8601 format.

Loading...