Skip to main content
DELETE
Delete Session File

Overview

Removes a file previously uploaded via POST /browser/sessions/{id}/files. The filename path segment must be URL-encoded and cannot contain path separators. Deleting a non-existent file returns 404.

Path Parameters

string
required
Browser session ID (UUID).
string
required
File name to delete. Must match exactly the filename used at upload time, URL-encoded.

Example Request

Response

Success Response (204)

No content.

Error Responses