Exceptions
Delete Policy Exceptions
Delete an existing exception applied to a specific policy by invoking the following endpoint:
DELETE /api/v2/Exceptions/{exceptionId}?policyId={policyId}
Replace {policyId} with the policyId value returned for an LQL policy in the response when invoking the following endpoint:
GET /api/v2/Policies
Replace {exceptionId} with the exceptionId value returned for an LQL policy in the response when invoking the following endpoint:
GET /api/v2/Exceptions?policyId={policyId}
delete/api/v2/Exceptions/{exceptionId}
Path parameters
exceptionIdstring required
Exception ID
Query parameters
policyIdstring required
Policy ID
Headers
Authorizationstring required
Bearer Access Token. For example, "Bearer {YourAPIToken}"
Content-Typestring required
application/json
Response
Success