DELETE
/
v1
/
files
curl --request DELETE \
  --url https://api.trata.ai/v1/files \
  --header 'Authorization: Bearer <token>'
true

Authorizations

Authorization
string
header
required

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

Query Parameters

file_ids
string
required

Response

200
application/json

Successful Response

The response is of type boolean.