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

21. Мутация: удалить "Карту зон"

Удалить выбранную карту "VectorAnalysisMap" / "ZonesMap".

Созданную пользователем карту "VectorAnalysisMap" можно удалить.

mutation DeleteVectorAnalysisMap {
  deleteVectorAnalysisMap(input: {
    uuid: "<placeholder_of_vector_analysis_map_uuid>"
    fieldUuid: "<placeholder_of_field_uuid>"
  }) {
    uuid
    fieldUuid
    название
    zonesMapUrl
    attributesUrl
    status
  }
}

Последнее обновление

Это было полезно?