The whole hunk
from line 124, old and new numbered
/
lines
from line 124
124124curl https://api.anthropic.com/v1/files/$FILE_ID \
125125 -X DELETE \
126126 -H 'anthropic-version: 2023-06-01' \
127 -H 'anthropic-beta: files-api-2025-04-14' \
128127 -H "X-Api-Key: $ANTHROPIC_API_KEY"
129128```
130129