The whole hunk
from line 19, old and new numbered
/
lines
from line 19
1919
2020## Headers
2121
22- `"anthropic-version": optional string`
23
24 The version of the Claude API you want to use.
25
26 Read more about versioning and our version history [here](https://platform.claude.com/docs/en/api/versioning).
27
2822- `"x-api-key": optional string`
2923
3024## Returns
from line 38
4438```bash
4539curl https://api.anthropic.com/v1/compliance/apps/projects/documents/$DOCUMENT_ID \
4640 -X DELETE \
41 -H 'anthropic-version: 2023-06-01' \
4742 -H "Authorization: Bearer $ANTHROPIC_COMPLIANCE_API_KEY"
4843```
4944