---
title: "Revert to the default policies for the calling user"
method: DELETE
path: "/policy/bundle"
tags: ["PolicyBundle"]
---

# Revert to the default policies for the calling user

`DELETE /policy/bundle`

Archives the PolicySet for the calling user (if any),
causing subsequent `GET /policy/bundle` requests to fall back to the
default user policies. Idempotent: returns `204 No Content` even when no
user-scope binding exists.

## Headers

- `X-Client-Request-ID` string, uuid

## Response `204`

User-scope bundle archived (or no-op if none existed)

## Other responses

- `401` — Missing or invalid token
- `500` — Internal server error
- `501` — Endpoint not yet implemented

## Changes

- **2026-08-26** `d65d51379d93` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/keycardai/apis/untitled-api/changes/policy/bundle/delete.md)

---

[API](https://skmtc.dev/keycardai/apis/untitled-api.md) · [All operations](https://skmtc.dev/keycardai/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/keycardai/untitled-api/revisions/d65d51379d93/schema)
