cURL
curl --request DELETE \ --url https://api.bluesight.ai/files/{file_id}
{ "bytes": 3669052, "created_at": 1722451315, "filename": "forest_fire_train_data.h5", "id": "file-lw3zjxrg" }
Delete a file.
The ID of the file
Successful Response
The file identifier, which can be referenced in the API endpoints.
The Unix timestamp (in seconds) for when the file was created.
The name of the file.
The size of the file, in bytes.