Delete policy exceptions

Prev Next

API URL

POST https://<host>/config/network/exception/delete

Sample curl request

curl -XPOST -kg -H "$c" -d '[111, 222, 333, 444]' "https://<host>/wsapis/v2.0.0/config/network/exception/delete"

Authentication

Standard WSAPI authentication

Request body

'[111, 222, 333, 444]'

Response

  • HTTP OK with empty JSON body

  • HTTP Error code with JSON body with error message

Response Mime Type

application/json