Skip to main content
DELETE
/
drives
/
mount
/
{mountPath}
Detach a drive from a local path
curl --request DELETE \
  --url https://sbx-{sandbox_id}-{workspace_id}.{region}.bl.run/drives/mount/{mountPath} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>",
  "mountPath": "<string>",
  "success": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

mountPath
string
required

Mount path to detach (must start with /, e.g. /mnt/test)

Response

OK

message
string
mountPath
string
success
boolean
Last modified on April 15, 2026