Delete All Reservation Entries in a Given Reservation

Use the -delete -group group_id -reservation reservation_id syntax to delete an entire reservation (which comprises all reservation entries in the given reservation for a specific hostid) within a given reservation group. The reservation_id value is the ID of the specific reservation you want to delete. (You can obtain the reservation ID by using the -reservations option, as described in the previous section Show Reservation Details by Group.)

To delete an entire reservation

1. Run a command similar to the following

flexnetlsadmin -server licenseServer_baseURL –reservations –delete -group 1 -reservation 290 

These options are used:

-group to specify the ID of the group (in this example, 1) containing the reservation you want to delete.
-reservation to specify the reservation ID (in this example, 290) for the reservation you are deleting.
2. Use -reservations -group group_id to retrieve reservation details for the specified group to confirm that the reservation has been deleted (see Show Reservation Details by Group).