Skip to main content
Element Software
A newer release of this product is available.

DeleteInitiators

Contributors netapp-pcarriga netapp-dbagwell

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