21. Mutation: "ZonesMap" löschen

Löschen Sie die ausgewählte "VectorAnalysisMap" / "ZonesMap".

circle-info

Die vom Benutzer erstellte "VectorAnalysisMap" kann gelöscht werden.

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

Zuletzt aktualisiert

War das hilfreich?