# Delete

Launch stage: GA

`DELETE /api/2.1/accounts/{account_id}/budget-policies/{policy_id}`

Deletes a policy

API scopes: billing

## Path parameters

- `policy_id` (string, optional)
  The Id of the policy.
  Constraints: `[ 1 .. 40 ] characters`
- `account_id` (string, optional)
  The account Id of the customer

## Response

```json
{}
```

