---
title: "Delete a bill approval policy"
method: DELETE
path: "/v3/bill-approvals/policies/{policyId}"
tags: ["bill-approvals"]
---

# Delete a bill approval policy

`DELETE /v3/bill-approvals/policies/{policyId}`

Delete an existing bill approval policy. A deleted approval policy cannot be restored.   The deleted policy is not available in the list of approval policies.

## Path parameters

- `policyId` string, required — BILL-generated ID of the approval policy. The value is in the `{organization_id}-{unique_id}` format.

## Headers

- `sessionId` string, nullable — API session ID generated with `/v3/login`
- `devKey` string, nullable — Developer key generated with your BILL developer account

## Response `200`

Delete a bill approval policy response

- StatusDto — The type Delete response dto.
  - `status` 'SUCCESS' | 'FAILURE' — Request status

## Other responses

- `4XX` — List of errors.
- `5XX` — List of errors.

---

[API](https://skmtc.net/bill/apis/bill-v3-api.md) · [All operations](https://skmtc.net/bill/apis/bill-v3-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bill/bill-v3-api/revisions/0483350c434e/schema)
