Skip to main content
DELETE
/
api
/
sandboxes
/
{id}
/
files
Delete File or Directory
curl --request DELETE \
  --url https://app.opencomputer.dev/api/sandboxes/{id}/files \
  --header 'X-API-Key: <api-key>'
{}
Delete a file or directory.
id
string
required
Sandbox ID
path
string
required
Path to the file or directory to delete
{}