The whole hunk
from line 1, old and new numbered
/
lines
from line 1
1---
2title: Delete file
3url: https://platform.claude.com/docs/en/api/compliance/apps/chats/files/delete
4---
5
16# Delete file
27
38**DELETE** `/v1/compliance/apps/chats/files/{claude_file_id}`
from line 18
1318
1419## Headers
1520
16- `"x-api-key": optional string`
21- `"anthropic-version": optional string`
1722
18## Returns
23 The version of the Claude API you want to use.
1924
20- `id: string`
25 Read more about versioning and our version history [here](https://platform.claude.com/docs/en/api/versioning).
2126
22 The ID of the file that was deleted
27- `"x-api-key": optional string`
2328
29## Returns
30
2431- `type: optional "claude_file_deleted"`
2532
2633 Constant string confirming deletion
2734
2835 default: claude_file_deleted
36
37- `id: string`
38
39 The ID of the file that was deleted
2940
3041## Example
3142