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

22. Мутація: Видалити «RasterAnalysisMap»

Видалити вибраний «RasterAnalysisMap».

Карту «RasterAnalysisMap», створену користувачем, можна видалити.

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

Останнє оновлення

Це було корисно?