Delete a file from the session’s uploads directory.
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.
filename used at upload time, URL-encoded.| Status | Description |
|---|---|
400 | Invalid filename — contains a path separator or is . / ... |
401 | Unauthorized — invalid or missing API key. |
404 | Session not found, or no such file in the uploads directory. |