## Reset

**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.

### Header Parameters

- `"X-Client-Request-ID": optional string`

### Example

```http
curl https://api.keycard.ai/policy/bundle \
    -X DELETE \
    -H "Authorization: Bearer $KEYCARD_API_API_KEY"
```
