Python
from datagrid_ai import Datagrid client = Datagrid( api_key="My API Key", ) client.files.delete( "file_id", )
Delete file.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The id of the file to delete.
Successfully deleted file