Delete Collector Group
Delete a Collector Group from the system using collector specified identifier
Request
URI
DELETE
https://{api_host}/suite-api/api/collectorgroups/{id}
COPY
Path Parameters
string
id
Required
Identifier of the Collector Group to delete
Query Parameters
boolean
checkCollectorMembers
Optional
Constraints:
default: false
Check if collector group members are valid, before proceeding with collector group update
Responses
204
The Collector Group was successfully deleted
Operation doesn't return any data structure
500
Error occurred while deleting the Collector Group
Operation doesn't return any data structure
Code Samples
COPY
curl -X DELETE -H 'Authorization: <value>' https://{api_host}/suite-api/api/collectorgroups/{id}