nylas
    Preparing search index...

    Interface DestroyBookingParams

    The parameters for the Bookings.destroy method

    interface DestroyBookingParams {
        bookingId: string;
        queryParams?: FindBookingQueryParams;
        requestBody?: DeleteBookingRequest;
    }
    Index

    Properties

    bookingId: string

    The id of the Booking to retrieve. Use "primary" to refer to the primary booking associated with grant.

    The query parameters to include in the request

    requestBody?: DeleteBookingRequest