DELETE
/
v1
/
files
/
{file_id}

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

file_id
string
required

The unique identifier of the file.

Response

200 - application/json
id
string
required

A unique identifier of the deleted file.

deleted
boolean
required

Indicates whether the file was successfully deleted.