Follow Discord
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

Documents changed

api/compliance/apps/projects/documents

Nearest release: v2.1.251, published 2 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+16added
Lines−16removed
From line 259 where the diff opens
First seen 14 Aug 2026 this site's first read of the page
Recorded edits5to this page, all time

The whole hunk

from line 259, old and new numbered
/
lines
from line 259
259259 
260260 User's email address
261261 
262### Document Delete Response
263 
264- `DocumentDeleteResponse object`
265 
266 Response for deleting a project document.
267 
268 - `id: string`
269 
270 The ID of the project document that was deleted
271 
272 - `type: "claude_project_document_deleted"`
273 
274 Constant string confirming deletion.
275 
276 default: claude_project_document_deleted
277 
262278### Document Metadata Response
263279 
264280- `DocumentMetadataResponse object`
from line 331
315331 - `email_address: string`
316332 
317333 User's email address
318 
319### Document Delete Response
320 
321- `DocumentDeleteResponse object`
322 
323 Response for deleting a project document.
324 
325 - `id: string`
326 
327 The ID of the project document that was deleted
328 
329 - `type: "claude_project_document_deleted"`
330 
331 Constant string confirming deletion.
332 
333 default: claude_project_document_deleted
334334 
Feedback