The whole hunk
from line 24, old and new numbered
/
lines
from line 24
2424
2525## Headers
2626
27- `"anthropic-version": optional string`
28
29 The version of the Claude API you want to use.
30
31 Read more about versioning and our version history [here](https://platform.claude.com/docs/en/api/versioning).
32
3327- `"x-api-key": optional string`
3428
3529## Returns
from line 43
4943```bash
5044curl https://api.anthropic.com/v1/compliance/apps/code/artifacts/$ARTIFACT_ID \
5145 -X DELETE \
46 -H 'anthropic-version: 2023-06-01' \
5247 -H "Authorization: Bearer $ANTHROPIC_COMPLIANCE_API_KEY"
5348```
5449