Direct Path Profile Manager Direct Path Profile Manager Delete
Delete a DirectPath profile.
Since: vSphere API Release 9.0.0.0
Required privileges: DirectPathProfileManager.Manage
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 DirectPathProfileManager/{moId}
.
The vSphere release schema. The current specification covers vSphere 9.0.0.0 APIs.
"DirectPathProfileManagerDeleteRequestType Object"
Unique identifier of the DirectPath profile to be deleted.
No Content
NotFound: If there is no DirectPath profile found with the specified identifier.
ResourceInUse: If the DirectPath profile with the specified identifier is being used by a VM or associated with a VM resource profile.
"VimFault Object"
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/sdk/vim25/{release}/DirectPathProfileManager/{moId}/DirectPathProfileManagerDelete