Mayson Monorepo Documentation
    Preparing search index...

    Interface DeletedWebhookEndpoint

    The DeletedWebhookEndpoint object.

    interface DeletedWebhookEndpoint {
        id: string;
        object: "webhook_endpoint";
        deleted: true;
    }
    Index

    Properties

    Properties

    id: string

    Unique identifier for the object.

    object: "webhook_endpoint"

    String representing the object's type. Objects of the same type share the same value.

    deleted: true

    Always true for a deleted object