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

# Delete Policy

`DELETE /v1/policies/{policy_id}`

Delete a policy by policy ID.

## Path parameters

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

Object with wallet data.

- SuccessResponse — 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/versions/bb2eb34156cc/schema)
