Delete a file
PUT
/browsers/{id}/fs/delete_fileAuthorization
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
{ "code": "string", "message": "string", "details": [ { "code": "string", "message": "string" } ], "inner_error": { "code": "string", "message": "string" }}{ "code": "string", "message": "string", "details": [ { "code": "string", "message": "string" } ], "inner_error": { "code": "string", "message": "string" }}{ "code": "string", "message": "string", "details": [ { "code": "string", "message": "string" } ], "inner_error": { "code": "string", "message": "string" }}{ "code": "string", "message": "string", "details": [ { "code": "string", "message": "string" } ], "inner_error": { "code": "string", "message": "string" }}