Sandbox API
Delete a file or directory from a sandbox
Delete a file or directory at the specified path in a sandbox. The sandbox must be running.
delete/workspaces/{workspace_domain}/sandboxes/{sandbox_id}/content/{path}
Path parameters
workspace_domainstring required
Example:my-company
The human-readable ID of the workspace
sandbox_idstring required
Example:sb-1234567890abcdef
The ID of the sandbox
pathstring required
Example:buddy/example.txt
Absolute path to the file or directory to delete
Response
File or directory deleted successfully