Vstats. Acq Specs Delete
Delete an acquisition specification.
Warning: this operation is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments.
Acquisition specification ID.
The parameter must be an identifier for the resource type: com.vmware.vstats.model.AcqSpec
.
Success!
if id is invalid.
"Vapi.Std.Errors.InvalidArgument Object"
if the user can not be authenticated.
"Vapi.Std.Errors.Unauthenticated Object"
if the user does not have sufficient privileges.
"Vapi.Std.Errors.Unauthorized Object"
if acquisition specification could not be located.
"Vapi.Std.Errors.NotFound Object"
if the system reports an error while responding to the request.
"Vapi.Std.Errors.Error Object"
curl -X DELETE -H 'Authorization: <value>' https://{api_host}/stats/acq-specs/{id}