61. Mutation: Slet "AsAppliedDataset"

Slet As-Applied eller As-Planted-datasæt

Slet det valgte "AsAppliedDataset".

circle-info

"AsAppliedDataset" oprettet af brugeren kan slettes.

mutation DeleteAsAppliedDataset {
  deleteAsAppliedDataset(input: {
    uuid: "<placeholder_of_as_applied_dataset_uuid>"
    fieldUuid: "<placeholder_of_field_uuid>"
  }) {
    uuid
  }
}

Last updated

Was this helpful?