Files
superset2/docs/developer_docs_versioned_docs/version-6.1.0/api/delete-a-dashboards-embedded-configuration.api.mdx
Claude Code 4ee42fe5b8 docs: cut 6.1.0 versions for user_docs, admin_docs, developer_docs, components
Snapshots all four versioned Docusaurus sections at v6.1.0, cut from
master after the version-cutting tooling (#39837), broken-internal-
links fix (#40102), and user_docs rename (#40171) all landed. With
the rename in place, all four sections now produce parallel-named
files at the docs/ root (no more bare `versioned_docs/` outlier).

Versioning behavior: lastVersion stays at current for every section,
so the canonical URLs (/user-docs/..., /admin-docs/...,
/developer-docs/..., /components/...) continue to render content
from master. The current version is consistently labeled "Next"
with an unreleased banner, and 6.1.0 is a historical pin accessible
only via its explicit version segment.

Component playground: previously disabled: true in versions-config.json,
now enabled and versioned.

Snapshot includes:
- All MDX content for the four sections.
- Auto-gen captured fresh: 74 database pages (engine spec metadata),
  ~1,800 API reference files (openapi.json), 59 component pages
  (Storybook stories).
- Data imports frozen at cut time into snapshot-local _versioned_data/
  dirs:
    user_docs_versioned_docs/version-6.1.0/_versioned_data/src/data/databases.json
      (canonical 80-database diagnostics from master, preserved by the
      generator's input-hash cache)
    admin_docs_versioned_docs/version-6.1.0/_versioned_data/data/countries.json
    admin_docs_versioned_docs/version-6.1.0/_versioned_data/static/feature-flags.json
    developer_docs_versioned_docs/version-6.1.0/_versioned_data/static/data/components.json
- Import paths in deeply-nested files rewritten so they still resolve
  from one directory deeper inside the snapshot.
- developer_docs/extensions/overview.md snapshot has the FIXED
  ./mcp.md form (from #40102), so the SPA-nav 404 isn't baked into
  the 6.1.0 version.

Verified via full yarn build: exit 0, no broken links surfaced by
onBrokenLinks: throw.
2026-05-15 22:36:30 -07:00

69 lines
2.9 KiB
Plaintext

---
id: delete-a-dashboards-embedded-configuration
title: "Delete a dashboard's embedded configuration"
description: "Delete a dashboard's embedded configuration"
sidebar_label: "Delete a dashboard's embedded configuration"
hide_title: true
hide_table_of_contents: true
api: eJzFVm1v2zYQ/ivEYUATTImTYQMCFf2QJSnaLuiC2kEHRIZLS2dLKUWq5MmNJ+i/D0dK8ku8AcuXfhJF8o7Pc/fwjg1U0soSCa2D+KGBDF1qi4oKoyGGSY4iky6fG2kzUWTCWOFUvYQICl6vJOUQgZYlQgxFNjN21q1b/FYXFjOIydYYgUtzLCXEDdC64t2ObKGX0LZT3uwqox06Xv/l7Iw/qdGEmngoq0oVqWRQo0fHyJotf5U1FVoqgnWJzsklHjoo6mfM/BFTgjYCfJJlpXDHcGPQRnvxGNdpis4taqXWwmJpVpgJylGkRi+KZW09Rnb869n5jyVxr2VNubHF35jF4rKmHDV154shOQc4bhuy999+dDrea0KrpRIO7QqtQGuNjcWlFrXGpwpTwixMCpOmtf0XXm8lSRX2+cMdprUtaO1l//idIH6YshZJLvkqwHWvewfTCJ5OUpPh2MMLN0VJvYQY0vtPtxCBknNUm19napsy+LS2Spz8Ja5vbm8mNyKBnKiKRyNlUqly4yi+OLu4GMmqGK3OR8NdG52PsJxjlmGWgEiSRAtx8k4kcNnlxkc/Fr+jtGjFT5dXVzfj8Wzy5x83HxOANhrw3a0pN3oL4TAxYCzKyljyokBHLtGJ7i+keDNMn2aokPCIoYiXEYmCbY4yQ+veNHt0EohFAh2lBMTPQvrrNiPzFXWb6ONEV7bQdNTDO3UkqXYzzs3xNusPciXHPvlbzHcmNxky2jH5gbD8LgsSC6Q092RfTrUJfEuk3GTMLahgPxBxv1HsJ5gj8qXPcROiMfHB+BIsWv5wZF4nmokYhafKLPcDdPwaWNq7F+La51PITYV/5UTPYK+iRRBIQAxBBhCF4h/D8zg0m0bQDiHhkPv7G25PbTkjBwML+0BveVlkuEJlqhI1dZXAJzw4aipryKRGtfFo1LCrNm5Y1e0zb1e1I1P2LiJYSVvIuQrlqnfD4wwXslbUwYQIUNclV4bulz++Nuz6fzeZ3InBTxsBo9n1N/B9Bm4cShyvcVPlfvv+jp0wl10nB0PV2fvdrW+tfZkbc4EOJH2xa2DudfXW2FKyvw+fJ9C1ab4WYRWGIu1JtxEbzywuLLr8pU5afj0sTKCz214rtA45LFQQ94HtKdZO2Lc6DyFxVErffboHyP9T9M7ZQ3sifKJRpWTh27hXV9NJ/QFkVTCQc7buj4AI4p2Xz6D4aZ/7B2iauXR4b1Xb8vS3Gi03nulGfuH1VTgeZxAvpHL4DOPQhOHoU9fCj8V/PNIOcuompV579aua/yCCr7jefcS1U1avr1EeXdhwmaboK2hv+uw5wLIbykUoeRABvyq24jxIoxvwAQeRNU3YEepeOwD1TYExtu0/kp21Mw==
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 dashboard's embedded configuration"}
>
</Heading>
<MethodEndpoint
method={"delete"}
path={"/api/v1/dashboard/{id_or_slug}/embedded"}
context={"endpoint"}
>
</MethodEndpoint>
Delete a dashboard's embedded configuration
<Heading
id={"request"}
as={"h2"}
className={"openapi-tabs__heading"}
>
<Translate id="theme.openapi.request.title">Request</Translate>
</Heading>
<ParamsDetails
{...require("./delete-a-dashboards-embedded-configuration.ParamsDetails.json")}
>
</ParamsDetails>
<RequestSchema
{...require("./delete-a-dashboards-embedded-configuration.RequestSchema.json")}
>
</RequestSchema>
<StatusCodes
{...require("./delete-a-dashboards-embedded-configuration.StatusCodes.json")}
>
</StatusCodes>