Skip to main content
DELETE
Delete File

Overview

Removes a single file from the session’s workspace. To delete a directory use DELETE /browser/sessions/{id}/fs/dir with recursive=true. Path must be relative to the workspace root.

Path Parameters

string
required
Browser session ID (UUID).

Query Parameters

string
required
Workspace-relative file path to delete.

Example Request

Response

Success Response (204)

No content.

Error Responses