You can use DeleteInitiators to delete one or more initiators from the system (and from any associated volumes or volume access groups).
This method has the following input parameter:
Name | Description | Type | Default value | Required |
---|---|---|---|---|
initiators | An array of IDs of initiators to delete. | integer array | None | Yes |
This method has no return values.
This method can return the following error:
Name | Description |
---|---|
xInitiatorDoesNotExist | Returned if the initiator name you choose does not exist. |
Requests for this method are similar to the following example:
{ "id": 5101, "method": "DeleteInitiators", "params": { "initiators": [ 145, 147 ] } }
This method returns a response similar to the following example:
{ "id": 5101, "result": {} }
9.6