Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
One change · api

Archive Federation Issuer changed

api/admin/federation_issuers/archive

Nearest release: v2.1.261, published 3 hours before this site recorded the change. Shown because the two are within 24 hours of each other. Nothing here says the release caused the edit.

Recorded here
Lines+3added
Lines−4removed
From line 2 where the diff opens
First seen 14 Aug 2026 this site's first read of the page
Recorded edits4to this page, all time

The whole hunk

from line 2, old and new numbered
/
lines
from line 2
22 
33**POST** `/v1/organizations/federation_issuers/{federation_issuer_id}/archive`
44 
5**Requires an OAuth access token with the `org:admin` scope**, from `ant auth login --scope org:admin` or a workload identity federation rule; Admin API keys are not accepted. See [Manage WIF with the Admin API](/docs/en/manage-claude/wif-admin-api).
6 
57Archive a federation issuer.
68 
79Idempotent; re-archiving returns the issuer with its original
from line 11
911rule still references the issuer; archive those rules first (a rule's
1012issuer cannot be changed), or recreate them against another issuer.
1113 
12Requires an OAuth bearer or Console session; Admin API keys are not
13accepted.
14 
1514## Path parameters
1615 
1716- `federation_issuer_id: string`
from line 174
175174curl https://api.anthropic.com/v1/organizations/federation_issuers/$FEDERATION_ISSUER_ID/archive \
176175 -X POST \
177176 -H 'anthropic-version: 2023-06-01' \
178 -H "Authorization: Bearer $ANTHROPIC_OAUTH_TOKEN"
177 -H "Authorization: Bearer $ANTHROPIC_AUTH_TOKEN"
179178```
180179 
181180### Response (200)