Files
superset2/docs/developer_docs_versioned_docs/version-6.1.0/api/delete-a-ssh-tunnel.api.mdx
Superset Dev 752ebd47cb docs: cut 6.1.0 versions for docs, admin_docs, developer_docs, components
- Snapshot all four versioned docs sections at v6.1.0; master continues to
  serve as "Next" (lastVersion: current, banner: unreleased) so editing
  master keeps updating the canonical URLs
- Enable the previously-disabled components plugin and version it
- Rename stale "developer_portal" references to "developer_docs" across
  package.json scripts, manage-versions.mjs, theme files (DocVersionBadge,
  DocVersionBanner), DOCS_CLAUDE.md, and README.md (URL backward-compat
  redirect /developer_portal/* preserved)
- Add admin_docs version scripts; drop dead "tutorials" plugin id from
  the version badge
- Generalize fixVersionedImports in manage-versions.mjs to walk every
  section's snapshot and rewrite ../../src/ and ../../data/ imports,
  catching admin_docs and components files that previous version cuts
  would have broken
- Remove orphan files: developer_portal_versions.json,
  tutorials_versions.json, and stray empty versions.json files inside
  components/ and developer_docs/ content directories
2026-05-02 11:53:56 -07:00

69 lines
2.8 KiB
Plaintext

---
id: delete-a-ssh-tunnel
title: "Delete a SSH tunnel"
description: "Delete a SSH tunnel"
sidebar_label: "Delete a SSH tunnel"
hide_title: true
hide_table_of_contents: true
api: eJzFVm1v2zYQ/ivEYcASTImTrgMCFf2Q5QVpF3RB7ewFUZDS0jliQpEqeXKTCfrvw5GybMfel+5DPkk68Y7Pc3d8eC3U0skKCZ2H9KYFZSCFWlIJCRhZIX89QgIOvzbKYQEpuQYT8HmJlYS0BXqueZUyhPfooOtuebWvrfHoecGbgwN+5NYQGuJXWdda5ZKUNaMHbw3blgFrZ2t0pKJ3hd7Le1zZyZNT5h66LllY7PQBc4IuAXySVa1xzXHp0CVQoM+dqnlrSGE8vhCTxhjUokCNhAUHeXtw+LqAr41sqLRO/YNFKo4bKtFQv78YKrGFz6pjZPLz6zI5t26qigJNKv62jSis+ZFEKecoanSV8p4ZkRUyz9F7QaXywqG3jctxG8EhXmT39nXZfbIkZrYxRSomJYbKoCcsBgqisOiFsSTwSXnaxmiIERi9efPanVc7y6WQU42Cu46eU/GH1KqI3YfOWbeNx4ltdBGo9hF6b97ql9dWgA+G0BmphUc3RxdZpOLYiMbgU405Fy0Yhc3zxv3H8TqXJPWQggQ85o1jjqycD98I0ptblj+S96ymcCpJTqVHuE3gaS+3BY4DuCi1Wpp7SCG//nwJCWg5Rb387I9ACnnjtNj7S5yeXZ5NzkQGJVGdjkba5lKX1lN6dHB0NJK1Gs0PR0W/4+hw5H15R0HbRhmILMuMEHsXIoPjXiJC9lPxK0qHTvxwfHJyNh7fTX7/7exTBtAlA8KrZyqtWcE4GAaUqqqto8UJ8JnJzOIOEO8H834U2R2GIr6XShK9S5QFOv++fUEog1Rk0JPKQPzUa8sd2Uc0XWZ2M1M7ZWhnAXDfk6TG33F9dld5f5RzOQ7lX+G+ZlxWyRrP9AfK8ptUJGZIeRno/h+ybWRcIZW2YHaxF16mIl0sFC+LzDn5sqhzG/MxCen4Ej06fnBu3mWGqViN+9rev0zR7jvg9l4/FKehpkIKvkwjcEgggoUUYskhiUNFChuM2/qxWyXNaQ2nNJ6SxnHWtyYPXkK55N+iwDlqW1doqD/voagxUFs7Sza3uktHo5ZDdWnLvdttRDtpPNlqESKBuXSKZdH3EhXC8HuBM9lo6mFCAmiais9//8kPDxuJu5hMrsQQp0uA0azHG/hugBtHIeN/PKYJ68SHKw7CXNaDbE1V7x9Wd2FmW4jZmGU4kgyS1sI0dM65dZXkeB//nEA/AHLrx78wSHEg3SXsfOdw5tCX3xukS0CZmY101tA3NTqPnBZSxGq/auLeievmhzElnioZ7ph+pN3es2t7DJcN4RONai1VmDlCF7V9M9+ArBVveMjeC7FPIA0j87KnIQEuf6zvDbQtr7t2uuvY/LVBx1fI7bLFQucXKtzCBaQzqT1u4BuuU9j53M+Eu2KZwnXcvVGa59DJuuEvSOARn+OI391yBwYlCbvHH8d5jkHpFi4bFze3znDYozBBAjyGruRwKG//whtsRdS2cUVUp24AGMSbMXbdv/hKXpI=
sidebar_class_name: "delete api-method"
info_path: developer-docs/api/superset
custom_edit_url: null
hide_send_button: true
show_extensions: true
---
import MethodEndpoint from "@theme/ApiExplorer/MethodEndpoint";
import ParamsDetails from "@theme/ParamsDetails";
import RequestSchema from "@theme/RequestSchema";
import StatusCodes from "@theme/StatusCodes";
import OperationTabs from "@theme/OperationTabs";
import TabItem from "@theme/TabItem";
import Heading from "@theme/Heading";
import Translate from "@docusaurus/Translate";
<Heading
as={"h1"}
className={"openapi__heading"}
children={"Delete a SSH tunnel"}
>
</Heading>
<MethodEndpoint
method={"delete"}
path={"/api/v1/database/{pk}/ssh_tunnel/"}
context={"endpoint"}
>
</MethodEndpoint>
Delete a SSH tunnel
<Heading
id={"request"}
as={"h2"}
className={"openapi-tabs__heading"}
>
<Translate id="theme.openapi.request.title">Request</Translate>
</Heading>
<ParamsDetails
{...require("./delete-a-ssh-tunnel.ParamsDetails.json")}
>
</ParamsDetails>
<RequestSchema
{...require("./delete-a-ssh-tunnel.RequestSchema.json")}
>
</RequestSchema>
<StatusCodes
{...require("./delete-a-ssh-tunnel.StatusCodes.json")}
>
</StatusCodes>