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

22. Мутация: удалить "КартуРастровогоАнализа"

Удалить выбранную «RasterAnalysisMap».

Созданную пользователем «RasterAnalysisMap» можно удалить.

mutation DeleteRasterAnalysisMap {
  deleteRasterAnalysisMap(input: {
    uuid: "<placeholder_of_raster_analysis_map_uuid>"
    fieldUuid: "<placeholder_of_field_uuid>"
  }) {
    uuid
    fieldUuid
    name
    status
  }
}

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

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