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

Delete Invite changed

api/beta/organization/invites/delete

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: Delete Invite
3url: https://platform.claude.com/docs/en/api/beta/organization/invites/delete
4---
5 
16# Delete Invite
27 
38**DELETE** `/v1/organizations/invites/{invite_id}`
from line 17
1217 
1318## Returns
1419 
15- `id: string`
16 
17 ID of the Invite.
18 
1920- `type: "invite_deleted"`
2021 
2122 Deleted object type.
from line 24
2324 For Invites, this is always `"invite_deleted"`.
2425 
2526 default: invite_deleted
27 
28- `id: string`
29 
30 ID of the Invite.
2631 
2732## Example
2833