Delete Snmp Agent

Delete Snmp Agent

Deletes a list of agents. In the request body it requires a list of strings, these strings being the agentIds.

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

The name of the current snmp integration

snmpIntegration example
snmp-integration

Request Body

The list of Snmp agents to be deleted

Array of string of type(s) application/json
Optional
[
    "10.2.3.4:161",
    "1.2.3.4:161"
]
Authentication
This operation uses the following authentication methods.
Responses
204

NO CONTENT No data returned on deletion

Operation doesn't return any data structure