For the complete documentation index, see llms.txt. This page is also available as Markdown.

21. म्यूटेशन: "ZonesMap" हटाएँ

चयनित "VectorAnalysisMap" / "ZonesMap" को हटाएँ।

उपयोगकर्ता द्वारा बनाया गया "VectorAnalysisMap" हटाया जा सकता है।

mutation DeleteVectorAnalysisMap {
  deleteVectorAnalysisMap(input: {
    uuid: "<placeholder_of_vector_analysis_map_uuid>"
    fieldUuid: "<placeholder_of_field_uuid>"
  }) {
    uuid
    fieldUuid
    name
    zonesMapUrl
    attributesUrl
    status
  }
}

अंतिम अपडेट

क्या यह उपयोगी था?