---
title: "Delete Policy Rule"
method: DELETE
path: "/v1/policies/{policy_id}/rules/{rule_id}"
tags: ["Policies"]
---

# Delete Policy Rule

`DELETE /v1/policies/{policy_id}/rules/{rule_id}`

Delete a rule by policy ID and rule ID.

## Path parameters

- `policy_id` string, required
- `rule_id` string, required

## Headers

- `privy-app-id` string, required — ID of your Privy app.
- `privy-authorization-signature` string — Request authorization signature. If multiple signatures are required, they should be comma separated.
- `privy-request-expiry` string — Request expiry. Value is a Unix timestamp in milliseconds representing the deadline by which the request must be processed.

## Response `200`

Deleted policy rule object.

- object — A simple success response.
  - `success` boolean, required

---

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