nylas
    Preparing search index...

    Interface WebhookDeleteResponse

    Class representing a Nylas webhook delete response.

    interface WebhookDeleteResponse {
        data?: { status: "success" };
        requestId: string;
    }
    Index

    Properties

    Properties

    data?: { status: "success" }

    Object containing the webhook deletion status.

    Type declaration

    • status: "success"

      The status of the webhook deletion.

    requestId: string

    ID of the request.