The whole hunk
from line 1, old and new numbered
/
lines
from line 1
1---
2title: Delete project document
3url: https://platform.claude.com/docs/en/api/compliance/apps/projects/documents/delete
4---
5
16# Delete project document
27
38**DELETE** `/v1/compliance/apps/projects/documents/{document_id}`
from line 19
1419
1520## Headers
1621
17- `"x-api-key": optional string`
22- `"anthropic-version": optional string`
1823
19## Returns
24 The version of the Claude API you want to use.
2025
21- `id: string`
26 Read more about versioning and our version history [here](https://platform.claude.com/docs/en/api/versioning).
2227
23 The ID of the project document that was deleted
28- `"x-api-key": optional string`
2429
30## Returns
31
2532- `type: "claude_project_document_deleted"`
2633
2734 Constant string confirming deletion.
2835
2936 default: claude_project_document_deleted
37
38- `id: string`
39
40 The ID of the project document that was deleted
3041
3142## Example
3243