Delete Snmp Mask

Delete Snmp Mask

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

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

The name of the current snmp integration

snmpIntegration example
snmp-integration

Request Body

The list of Snmp masks to be deleted

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

NO CONTENT

Operation doesn't return any data structure