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

# Delete

`DELETE /api/v1/policies/{id}`

Delete a policy by ID.

## Path parameters

- `id` string, required — The Id of the policy to delete.

## Request body

- C1ApiPolicyV1DeletePolicyRequestInput — The DeletePolicyRequest message contains the ID of the policy to delete. It uses URL value for input.

## Response `200`

Empty response with a status code indicating success.

- C1ApiPolicyV1DeletePolicyResponse — Empty response with a status code indicating success.

---

[API](https://skmtc.net/conductorone/apis/c1-api.md) · [All operations](https://skmtc.net/conductorone/apis/c1-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/conductorone/c1-api/versions/d391405a35d3/schema)
