Skip to content

Latest commit

 

History

History
82 lines (63 loc) · 1.48 KB

reference_element_api_deleteinitiators.adoc

File metadata and controls

82 lines (63 loc) · 1.48 KB
permalink sidebar keywords summary
api/reference_element_api_deleteinitiators.html
sidebar
delete,deleting,initiator,initiators,DeleteInitiators
You can use DeleteInitiators to delete one or more initiators from the system \(and from any associated volumes or volume access groups\).

DeleteInitiators

You can use DeleteInitiators to delete one or more initiators from the system (and from any associated volumes or volume access groups).

If DeleteInitiators fails to delete one of the initiators provided in the parameter, the system returns an error and does not delete any initiators (no partial completion is possible).

Parameter

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

Return values

This method has no return values.

Error

This method can return the following error:

Name

Description

xInitiatorDoesNotExist

Returned if the initiator name you choose does not exist.

Request example

Requests for this method are similar to the following example:

{
  "id": 5101,
  "method": "DeleteInitiators",
  "params": {
    "initiators": [
      145,
      147
    ]
  }
}

Response example

This method returns a response similar to the following example:

{
  "id": 5101,
  "result": {}
}

New since version

9.6