Interface WebhookDeleteResponse

Class representing a Nylas webhook delete response.

Hierarchy

  • WebhookDeleteResponse

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.

Generated using TypeDoc