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

Remove User changed

api/beta/organization/users/remove

Nearest release: v2.1.268, published under an hour after 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+9added
Lines−4removed
From line 1 where the diff opens
First seen 26 Aug 2026 this site's first read of the page
Recorded edits2to this page, all time

The whole hunk

from line 1, old and new numbered
/
lines
from line 1
1---
2title: Remove User
3url: https://platform.claude.com/docs/en/api/beta/organization/users/remove
4---
5 
16# Remove User
27 
38**DELETE** `/v1/organizations/users/{user_id}`
from line 17
1217 
1318## Returns
1419 
15- `id: string`
16 
17 ID of the User.
18 
1920- `type: "user_deleted"`
2021 
2122 Deleted object type.
from line 24
2324 For Users, this is always `"user_deleted"`.
2425 
2526 default: user_deleted
27 
28- `id: string`
29 
30 ID of the User.
2631 
2732## Example
2833