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

23. Muunnos: Poista "Maaperäsarja"

Poista valittu "SoilDataset".

Käyttäjän luoma "SoilDataset" voidaan poistaa.

mutation DeleteSoilDataset {
  deleteSoilDataset(input: {
    uuid: "<placeholder_of_soil_dataset_uuid>"
    fieldUuid: "<placeholder_of_field_uuid>"
  }) {
    uuid
  }
}

Päivitetty viimeksi

Oliko tästä apua?