21. Mutation: Slet "ZonesMap"

Slet den valgte "VectorAnalysisMap" / "ZonesMap".

circle-info

"VectorAnalysisMap", oprettet af brugeren, kan slettes.

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

Last updated

Was this helpful?