DELETE
/
files
/
{id}
cURL
curl --request DELETE \
  --url https://app.loadforge.com/api/v2/files/{id} \
  --header 'Authorization: Bearer <token>'
{
  "file_id": 123,
  "status": "Deleted"
}
Delete a file by ID.

Authorizations

Authorization
string
header
required

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

Path Parameters

id
integer
required

Response

200
application/json

OK

The response is of type object.