---
title: "Delete Policy Exceptions"
method: DELETE
path: "/api/v2/Exceptions/{exceptionId}"
tags: ["Exceptions"]
---

# Delete Policy Exceptions

`DELETE /api/v2/Exceptions/{exceptionId}`

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}`

## Path parameters

- `exceptionId` string, required

## Query parameters

- `policyId` string, required

## Headers

- `Authorization` string, required
- `Content-Type` string, required

## Response `204`

Success

## Other responses

- `4XX` — Client Error
- `5XX` — Internal Server Error

---

[API](https://skmtc.net/lacework/apis/forticnapp-api-2-0-documentation.md) · [All operations](https://skmtc.net/lacework/apis/forticnapp-api-2-0-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lacework/forticnapp-api-2-0-documentation/revisions/7015f76895f2/schema)
