Delete Collector Group
Delete a Collector Group from the system using its identifier
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}
On This Page
Collector Groups Operations
GET
Get Collector Groups
POST
Create Collector Group
PUT
Update Collector Group
DELETE
Delete Collector Group
GET
Get Collector Group
POST
Renew Collector Group Certificate
GET
Get Collector Group Certificate Renewal Status
DELETE
Remove Collector From Collector Group
PUT
Add Collector To Collector Group