DeletePropertyReservationsInput: {
    clientMutationId?: InputMaybe<Scalars["String"]["input"]>;
    propertyId: Scalars["ID"]["input"];
}

Input to delete all reservations for a specified property.

Type declaration

  • OptionalclientMutationId?: InputMaybe<Scalars["String"]["input"]>

    Client mutation ID. Optional value that is echoed back in the response.

  • propertyId: Scalars["ID"]["input"]

    ID of the property for which to delete all reservations.