To enable the Compliance API, see the setup guide.
Set up the Compliance APIDatei löschen
DELETE/v1/compliance/apps/chats/files/{claude_file_id}
Löscht eine bestimmte Datei dauerhaft. Dies ist ein destruktiver Vorgang, der nicht rückgängig gemacht werden kann.
Path parameters
Headers
Returns
Datei löschen
cURL
curl https://api.anthropic.com/v1/compliance/apps/chats/files/$CLAUDE_FILE_ID \
-X DELETE \
-H "Authorization: Bearer $ANTHROPIC_COMPLIANCE_API_KEY"Response 200
{
"id": "claude_file_xyz789",
"type": "claude_file_deleted"
}Returns Examples
Response 200
{
"id": "claude_file_xyz789",
"type": "claude_file_deleted"
}