Skip to main content
DELETE
Remove File
Removes the file or directory (recursively) at the given path inside the sandbox. Returns an empty {} body regardless of whether the path existed — the operation is idempotent.
Directory removal is recursive. All files and subdirectories under the specified path are permanently deleted.

Path Parameters

string
required
The sandbox identifier. Format: sbx-<8 chars>.

Query Parameters

string
required
Absolute path of the file or directory to remove inside the sandbox.Example: /home/user/old-results/

Response

Returns an empty JSON object {}.

Example

Response

Error Responses