# Zuplo CLI: Tunnel Delete

<CliCommand
  command="tunnel delete"
  description="Deletes a tunnel in your account"
  examples={[
  [
    "$0 tunnel delete",
    "Delete a tunnel (will prompt for tunnel selection)"
  ],
  [
    "$0 tunnel delete --account my-account",
    "Explicitly specify the account"
  ]
]}
  usage="$0 tunnel delete [options]"
>

</CliCommand>

## Global options

The following global options are available for all commands:

- [`--help`](./global-options.mdx#help)
- [`--api-key`](./global-options.mdx#api-key)

## Additional resources

- [Secure Tunnels](../articles/secure-tunnel.mdx)
- [Tunnel Setup & Configuration](../articles/tunnel-setup.mdx)
- [Tunnel Troubleshooting](../articles/tunnel-troubleshooting.mdx)
