Delete a directory

PUT/browsers/{id}/fs/delete_directory

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

Directory deleted

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