Skip to main content
DELETE
/
v1
/
browsers
/
{id}
/
files
/
{fileId}
Delete a browser file
curl --request DELETE \
  --url https://api.webcompute.dev/v1/browsers/{id}/files/{fileId} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required
fileId
string
required

Response

200

Browser file deleted