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

22. Mutazione: Elimina "RasterAnalysisMap"

Elimina il "RasterAnalysisMap" selezionato.

Il "RasterAnalysisMap" creato dall'utente può essere eliminato.

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

Ultimo aggiornamento

È stato utile?