Delete a file
DELETE/v1/files/{file_id}
Delete a file. This cannot be undone.
Path Parameters
file_id: string
The unique identifier of the file.
Delete a file
curl https://api.deeptable.com/v1/files/$FILE_ID \
-X DELETE \
-H "Authorization: Bearer $DEEPTABLE_API_KEY"