Delete File
DELETE/v1/files/{file_id}
Delete File
curl https://api.anthropic.com/v1/files/$FILE_ID \
-X DELETE \
-H 'anthropic-version: 2023-06-01' \
-H "X-Api-Key: $ANTHROPIC_API_KEY"{
"id": "file_011CNha8iCJcU1wXNR6q4V8w",
"type": "file_deleted"
}Returns Examples
{
"id": "file_011CNha8iCJcU1wXNR6q4V8w",
"type": "file_deleted"
}