Delete Polling Groups

Delete Polling Groups

Deletes a list of pollingGroups. In the request body it requires a list of strings, these strings being the polling groups names.

Request
URI
DELETE
https://{api_host}/tcsa.host.com/tcsa/api/v1/snmp/pollingGroups
COPY
Query Parameters
string
snmpIntegration
Optional

The name of the current snmp integration

snmpIntegration example
snmp-integration

Request Body

The list of polling groups to be deleted

Array of string of type(s) application/json
Optional
[
    "polling-grp-1",
    "polling-grp-2"
]
Authentication
This operation uses the following authentication methods.
Responses
204

NO CONTENT

Operation doesn't return any data structure