The whole hunk
from line 18, old and new numbered
/
lines
from line 18
1818
1919## Headers
2020
21- `"anthropic-version": optional string`
22
23 The version of the Claude API you want to use.
24
25 Read more about versioning and our version history [here](https://platform.claude.com/docs/en/api/versioning).
26
2721- `"x-api-key": optional string`
2822
2923## Returns
from line 37
4337```bash
4438curl https://api.anthropic.com/v1/compliance/apps/chats/files/$CLAUDE_FILE_ID \
4539 -X DELETE \
40 -H 'anthropic-version: 2023-06-01' \
4641 -H "Authorization: Bearer $ANTHROPIC_COMPLIANCE_API_KEY"
4742```
4843