Delete a file from Anthropic's storage.
Details
Permanently deletes a file from your organization's storage. This action cannot be undone.
API Reference: https://platform.claude.com/docs/en/build-with-claude/files
Examples
if (FALSE) { # \dontrun{
file <- claude_file_upload("temp.pdf")
claude_file_delete(file$id)
} # }
