Files
superset2/docs/developer_docs_versioned_docs/version-6.1.0/api/delete-annotation-layer-annotation-layer-pk-annotation-annotation-id.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
3.3 KiB
Plaintext

---
id: delete-annotation-layer-annotation-layer-pk-annotation-annotation-id
title: "Delete annotation layer (annotation-layer-pk-annotation-annotation-id)"
description: "Delete annotation layer (annotation-layer-pk-annotation-annotation-id)"
sidebar_label: "Delete annotation layer (annotation-layer-pk-annotation-annotation-id)"
hide_title: true
hide_table_of_contents: true
api: eJzFVm1v2zYQ/ivEYR8STI6ToAMCFf2QpSmaLuiC2tkGREbKSGeLCUWyJOXGE/TfhyNl+SXehgwZ8knikTw+9/Du4TVguOUVerQO0psGCnS5FcYLrSCFcYmMK6U9JwOTfIGWmQc21Zb5Uri1SUhA0BbDfQkJKF4hjR4gAYvfamGxgNTbGhNweYkVh7QBvzC0SiiPM7TQtsm/IHjO2av5W1E8D8aEVjujlUNHC44PD+mTa+VRefrlxkiRB+/De0dQmzWHxmqD1ou4u0Ln+AzXTnLeCjWjeJcWfXePuYc2AXzklZG4sXG1oU22CLrwWLECJXosaPubwzevC/Wz9myqa1WkjC6PWEfnsWAWna5tjqzQ6JjSnuGjcH5XUL2PENHx8etGdK2M1TkN7yQyVF74Rcp+41IUMSvRWm13xXGma1mEUDsP3W466qfXzqkL5dEqLplDO0cbo0jZqWK1wkeDOV1aMDKd57Wl0tkR4wfuuewpSMBhXluKkeTk/ruH9GZCBeX5jCQGTlfVfEl64mCSwOMg1wWOAsooRJKrGaSQX3+5hAQkv0O5GsZEonFtJRv8wd6fX56Pz1kGpfcmHQ6lzrkstfPpyeHJyZAbMZwfDdcUIUjZcN00bDYEo82AZVmmGBt8ZBmc1r7UVvwZplP2M3KLlv1wenZ2Phrdjn/95fxzBkD61QG/WvgyKNMSem/owYvKaOuXFeIylaml6rB3vfkgFvceQWEvHGESnZbIC7TuXbMVZwYpy6CLNQP2I+M5ZfGt1w+o2kztZ8pYofzeEveB89zX7pZuc3+djk98zkcha9Yo2TCu7lQrR6z0TPDvXHg2RZ+XgYX/gYMmElGhL3VBQceE2mYoXS5k2ylBVH1dZkUTaRoHlr7GHS19iLK3maIItcQDqWfbzO2/BSqWzRJ7HzLg6Uu8t7IMgmVgHgZrtrVfUexDAjE+SCHmFCTxyUzhb7lrzEP7D/TRvQX1iEVbW7rWnbcD20Fd0jQrcI5SmwqV73QoZE101Birvc61bNPhsCFXbdpQzbRPvJ3Vzutq6SKBObeC5Np10hnc0H+BU15L38GEBFDVFelSN6RPkKRN/x/H4yvW+2kTIDSb/vp4n4AbRYGlOepNmLbs4oqcUCybTnZS1e0Pq9vQnSxFdkTPQwwySG0DdyEHP2hbcfL36fcxdK0O1Vachf6JCEG3CW2+tTi16Mr/6qSlJmyqYzgb6GuD1iHR4oWnV2jdRLkT182PIiXOVzy8fV0f92LZvwGrfzc9PvqhkVwoOj4kXtOVxQ1wIwjjESSwXRqQQBra240+NN3sOifLRLmBprnjDq+tbFsyf6vR0hs5WeVqbMBFaDMKSKdcOnyCuu8XYO9L19Dus+f16TsD74xcLUL1yJpGkMADLmIfH3rzFwD3krA2yW4nVJdBqQOVcc1pnmN4YJa7n7RZVFC9Mkbhp2utfbmWJn3Sdz90wE5wTRNXRPVve6zhzSSMbfsXQ+avqw==
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 annotation layer (annotation-layer-pk-annotation-annotation-id)"}
>
</Heading>
<MethodEndpoint
method={"delete"}
path={"/api/v1/annotation_layer/{pk}/annotation/{annotation_id}"}
context={"endpoint"}
>
</MethodEndpoint>
Delete annotation layer (annotation-layer-pk-annotation-annotation-id)
<Heading
id={"request"}
as={"h2"}
className={"openapi-tabs__heading"}
>
<Translate id="theme.openapi.request.title">Request</Translate>
</Heading>
<ParamsDetails
{...require("./delete-annotation-layer-annotation-layer-pk-annotation-annotation-id.ParamsDetails.json")}
>
</ParamsDetails>
<RequestSchema
{...require("./delete-annotation-layer-annotation-layer-pk-annotation-annotation-id.RequestSchema.json")}
>
</RequestSchema>
<StatusCodes
{...require("./delete-annotation-layer-annotation-layer-pk-annotation-annotation-id.StatusCodes.json")}
>
</StatusCodes>