v1

latestOpenAPI 3.1.02026-07-261690320.7 KB

Remove an endpoint exception

Removes an exception from the endpoint protection settings

delete/endpoint-protection/exceptions/{package_exception_id}

Path parameters

package_exception_idinteger required

The ID of the exception to remove

Response

The exception has been removed

successinteger

The integer 1 indicating success

Example response

{
  "success": 1
}