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

Input to delete a reservation.

Type declaration

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

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

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

    ID of the reservation to delete.