Skip to content
Docs
Policy Bundle

Revert to the default policies for the calling user

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.

Header ParametersExpand Collapse
"X-Client-Request-ID": optional string
formatuuid

Revert to the default policies for the calling user

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