Delete an Mbox Set
To delete an Mbox set, use the following command:
swadm delete_mboxset mboxset_id
where mboxset_id is the unique identifier of the Mbox set. You can find an Mbox set’s identifier using the show_mboxsets command.
Note: Any queues contained in the Mbox set are not affected by this command. If you also want to delete the queues you must use the
delete_queue command after you have deleted the Mbox set.The following example deletes the PREDICTMBSET Mbox set. (The show_mboxsets command is used first to identify the PREDICTMBSET Mbox set’s mboxset_id, which is 3.)
swadm show_mboxsets
|
||
| Mboxset ID | Mboxset Name | Queue Type |
| 1 | BGMBSET | Local |
| 2 | WMDMBSET | Local |
| 3 | PREDICTMBSET | Local |
swadm delete_mboxset 3
|
||