@seamapi/http - v2.0.0
    Preparing search index...

    Type Alias CustomersDeleteDataParameters

    type CustomersDeleteDataParameters = {
        access_grant_keys?: string[];
        booking_keys?: string[];
        building_keys?: string[];
        common_area_keys?: string[];
        customer_keys?: string[];
        facility_keys?: string[];
        guest_keys?: string[];
        listing_keys?: string[];
        property_keys?: string[];
        property_listing_keys?: string[];
        reservation_keys?: string[];
        resident_keys?: string[];
        room_keys?: string[];
        space_keys?: string[];
        staff_member_keys?: string[];
        tenant_keys?: string[];
        unit_keys?: string[];
        user_identity_keys?: string[];
        user_keys?: string[];
    }
    Index
    access_grant_keys?: string[]

    List of access grant keys to delete.

    booking_keys?: string[]

    List of booking keys to delete.

    building_keys?: string[]

    List of building keys to delete.

    common_area_keys?: string[]

    List of common area keys to delete.

    customer_keys?: string[]

    List of customer keys to delete all data for.

    facility_keys?: string[]

    List of facility keys to delete.

    guest_keys?: string[]

    List of guest keys to delete.

    listing_keys?: string[]

    List of listing keys to delete.

    property_keys?: string[]

    List of property keys to delete.

    property_listing_keys?: string[]

    List of property listing keys to delete.

    reservation_keys?: string[]

    List of reservation keys to delete.

    resident_keys?: string[]

    List of resident keys to delete.

    room_keys?: string[]

    List of room keys to delete.

    space_keys?: string[]

    List of space keys to delete.

    staff_member_keys?: string[]

    List of staff member keys to delete.

    tenant_keys?: string[]

    List of tenant keys to delete.

    unit_keys?: string[]

    List of unit keys to delete.

    user_identity_keys?: string[]

    List of user identity keys to delete.

    user_keys?: string[]

    List of user keys to delete.