7.3. 删除订阅
要删除特定的订阅,请完成以下步骤:
通过列出已附加订阅的信息,确定您要删除的订阅的序列号:
subscription-manager list --consumed
序列号是列为
串行
号。例如,以下示例中的744993814251016831
:SKU: ES0113909 Contract: 01234567 Account: 1234567 Serial: 744993814251016831 Pool ID: 8a85f9894bba16dc014bccdd905a5e23 Active: False Quantity Used: 1 Service Level: SELF-SUPPORT Service Type: L1-L3 Status Details: Subscription Type: Standard Starts: 02/27/2015 Ends: 02/27/2016 System Type: Virtual
按如下所示输入命令以删除所选订阅:
subscription-manager remove --serial=serial_number
使用您在上一步中确定的序列号替换 serial_number。
要删除附加到该系统的所有订阅,请运行以下命令:
subscription-manager remove --all