Delete V Sphere Storage Profile
Delete vSphere storage profile with a given id
Request
URI
DELETE
https://vra-interop-222-139.lvn.broadcom.net/iaas/api/storage-profiles-vsphere/{id}
COPY
Path Parameters
string
id
Required
The ID of the storage profile.
Query Parameters
string
apiVersion
Optional
The version of the API in yyyy-MM-dd format (UTC). For versioning information refer to /iaas/api/about
Responses
204
No content
Operation doesn't return any data structure
403
Forbidden
Returns
ServiceErrorResponse
of type(s)
application/json
{
"message": "string",
"messageId": "string",
"stackTrace": [
"string"
],
"statusCode": 0,
"errorCode": 0,
"details": [
"string"
],
"serverErrorId": "string",
"documentKind": "string",
"internalErrorCode": 0
}
string
message
Optional
message
string
messageId
Optional
messageId
array of
string
stackTrace
Optional
stackTrace
integer As int32
As int32
statusCode
Optional
statusCode
integer As int32
As int32
errorCode
Optional
errorCode
array of
string
details
Optional
details
string
serverErrorId
Optional
serverErrorId
string
documentKind
Optional
documentKind
integer As int32
As int32
internalErrorCode
Optional
internalErrorCode
Code Samples
COPY
curl -X DELETE -H 'Authorization: <value>' https://{api_host}/iaas/api/storage-profiles-vsphere/{id}
On This Page
Storage Profile Operations
GET
Get Storage Profile
PUT
Replace Storage Profile
DELETE
Delete Storage Profile
GET
Get V Sphere Storage Profiles
POST
Create V Sphere Storage Profile
GET
Get Gcp Storage Profiles
POST
Create Gcp Storage Profile
GET
Get Azure Storage Profiles
POST
Create Azure Storage Profile
GET
Get Aws Storage Profiles
POST
Create Aws Storage Profile
GET
Get Storage Profiles
POST
Create Storage Profile
GET
Get Storage Profile Associations
PATCH
Update Storage Profile Associations
GET
Get V Sphere Storage Profile
DELETE
Delete V Sphere Storage Profile
PATCH
Update V Sphere Storage Profile
GET
Get Gcp Storage Profile
DELETE
Delete Gcp Storage Profile
PATCH
Update Gcp Storage Profile
GET
Get Azure Storage Profile
DELETE
Delete Azure Storage Profile
PATCH
Update Azure Storage Profile
GET
Get Aws Storage Profile
DELETE
Delete Aws Storage Profile
PATCH
Update Aws Storage Profile