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
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
The response is of type object.
object
Was this page helpful?