Delete a file

PUT/browsers/{id}/fs/delete_file

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Browser session ID

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response

File deleted

no response body.
curl -X PUT "https://example.com/browsers/string/fs/delete_file" \  -H "Content-Type: application/json" \  -d '{    "path": "string"  }'
Empty