---
title: "Delete an existing Agent Policy"
method: DELETE
path: "/policies/agent/{id}"
tags: ["policy"]
---

# Delete an existing Agent Policy

`DELETE /policies/agent/{id}`

## Headers

- `Authorization` string, jwt, required

## Response `204`

Policy removed.

## Other responses

- `400` — Failed due to malformed Policy ID.
- `401` — Missing or invalid access token provided.
- `500` — Unexpected server-side error occurred.

## Changes

- **2021-08-27** `3b5c71fcf139` — 1 info
  - endpoint added
- **2021-08-27** `38562e9cb8e7` — 1 breaking
  - api path removed without deprecation
- **2021-08-27** `cb4b72ec6b0d` — 1 info
  - endpoint added
- **2021-06-29** `e95a4da3dd7a` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/orb-community/apis/orb-policies/changes/policies/agent/:id/delete.md)

---

[API](https://skmtc.dev/orb-community/apis/orb-policies.md) · [All operations](https://skmtc.dev/orb-community/apis/orb-policies/llms.txt) · [OpenAPI document](https://skmtc.dev/orb-community/apis/orb-policies/revisions/3b5c71fcf139?raw)
