61. Mutation: Ta bort "AsAppliedDataset"

Ta bort As-Applied eller As-Planted-dataset

Ta bort den valda "AsAppliedDataset".

circle-info

Den "AsAppliedDataset" som skapats av användaren kan tas bort.

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

Last updated

Was this helpful?