Skip to main content
DELETE
/
network
/
tunnel
Disconnect tunnel
curl --request DELETE \
  --url https://sbx-{sandbox_id}-{workspace_id}.{region}.bl.run/network/tunnel \
  --header 'Authorization: Bearer <token>'
{
  "message": "File created successfully",
  "path": "/path/to/file"
}

Authorizations

Authorization
string
header
required

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

Response

Tunnel disconnected

message
string
required
Example:

"File created successfully"

path
string
Example:

"/path/to/file"