Datastore Destroy Datastore

Datastore Destroy Datastore

Deprecated as of VI API 2.5 do not use this method. This method throws ResourceInUse. Datastores are automatically removed when no longer in use, so this method is unnecessary.

Removes a datastore.

A datastore can be removed only if it is not currently used by any host or virtual machine.

Required privileges: Datastore.Delete

Request
URI
POST
https://{vcenter-host}/sdk/vim25/{release}/Datastore/{moId}/DestroyDatastore
COPY
Path Parameters
string
moId
Required

The unique identifier for the managed object to which the method attaches; the serialized managed object reference for a request has the form moType/moId, in this case Datastore/{moId}.

string
release
Required

The vSphere release schema. The current specification covers vSphere 8.0.2.0 APIs.


Authentication
This operation uses the following authentication methods.
Responses
204

No Content

Operation doesn't return any data structure

500

ResourceInUse: if one or more hosts or virtual machines are configured to use the datastore.

Returns ResourceInUse of type(s) application/json
This response body class contains all of the following: VimFault
{
    "_typeName": "string",
    "faultCause": "MethodFault Object",
    "faultMessage": [
        {
            "_typeName": "string",
            "key": "string",
            "arg": [
                {
                    "_typeName": "string",
                    "key": "string",
                    "value": {
                        "_typeName": "string"
                    }
                }
            ],
            "message": "string"
        }
    ],
    "type": "string",
    "name": "string"
}
string
type
Optional

Type of resource that is in use.

string
name
Optional

Name of the instance of the resource that is in use.