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

21. Módosítás: „ZonesMap” törlése

Töröld a kiválasztott "VectorAnalysisMap" / "ZonesMap"-ot.

A felhasználó által létrehozott "VectorAnalysisMap" törölhető.

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

Utoljára frissítve:

Hasznos volt ez?