You can use DeleteVolumeAccessGroup to delete a volume access group.
This method has the following input parameters:
Name | Description | Type | Default value | Required |
---|---|---|---|---|
volumeAccessGroupID | The ID of the volume access group to be deleted. | integer | None | Yes |
deleteOrphanInitiators | Specifies whether to delete initiator objects or not. Possible values:
|
boolean | false | No |
force | Adding this flag will force the volume access group to be deleted even though it has a Virtual Network ID or Tag. Possible values:
|
boolean | false | No |
This method does not have return values.
Requests for this method are similar to the following example:
{ "method": "DeleteVolumeAccessGroup", "params": { "force": true, "volumeAccessGroupID" : 3 }, "id" : 1 }
This method returns a response similar to the following example:
{ "id" : 1, "result": {} }