The whole hunk
from line 1, old and new numbered
/
lines
from line 1
1---
2title: Archive Federation Rule
3url: https://platform.claude.com/docs/en/api/beta/organization/federation/rules/archive
4---
5
16# Archive Federation Rule
27
38**POST** `/v1/organizations/federation_rules/{federation_rule_id}/archive`
from line 33
2833
2934 - `string`
3035
31 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
36 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
3237
3338 - `"message-batches-2024-09-24"`
3439
from line 81
7681
7782 - `"user-profiles-2026-08-18"`
7883
84 - `"user-profiles-2026-09-04"`
85
7986 - `"advisor-tool-2026-03-01"`
8087
8188 - `"managed-agents-2026-04-01"`
from line 140
133140 rules carrying only the legacy `workspace_id` binding do not enforce
134141 this.
135142
143 - `type: "federation_rule"`
144
145 default: federation_rule
146
136147 - `id: string`
137148
138149 Tagged ID of the federation rule.
from line 226
215226
216227 Identity that tokens minted via this rule act as. Currently always a `service_account` target.
217228
229 - `type: "service_account"`
230
218231 - `service_account_id: string`
219232
220233 Tagged ID of the service account to mint tokens for.
221234
222 - `type: "service_account"`
223
224235 - `service_account_name: optional string or null`
225236
226237 Service account's display name at read time. Ignored on writes.
from line 239
228239 - `token_lifetime_seconds: number`
229240
230241 Lifetime in seconds of access tokens minted via this rule. Minted tokens are capped at `max(60, min(this value, 2 × remaining assertion validity))` seconds.
231
232 - `type: "federation_rule"`
233
234 default: federation_rule
235242
236243 - `updated_at: string`
237244