Delete Data Collector
Delete Data Collector with a given id.
Note: Data collector endpoints are not available in vRA on-prem release.
Request
URI
DELETE
https://{api_host}/iaas/api/data-collectors/{id}
COPY
Path Parameters
string
id
Required
The ID of the Data Collector.
Query Parameters
string
apiVersion
Optional
The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /iaas/api/about
Responses
204
No Content
Operation doesn't return any data structure
403
Forbidden
Operation doesn't return any data structure
Code Samples
COPY
curl -X DELETE -H 'Authorization: <value>' https://{api_host}/iaas/api/data-collectors/{id}
Data Collector Operations
GET
Get Data Collector
DELETE
Delete Data Collector
POST
Create Data Collector
GET
Get Data Collectors