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