DELETE
/
files
/
{file_id}

Path Parameters

file_id
string
required

The ID of the file

Response

200 - application/json
filename
string | null

The name of the file.

bytes
integer | null

The size of the file, in bytes.

id
string
required

The file identifier, which can be referenced in the API endpoints.

created_at
integer
required

The Unix timestamp (in seconds) for when the file was created.