cURL
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 }
Unmounts a previously mounted drive from the specified local path
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Mount path to detach (must start with /, e.g. /mnt/test)
OK
Was this page helpful?
Contact support