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

61. म्यूटेशन: "AsAppliedDataset" हटाएँ

As-Applied या As-Planted डेटासेट हटाएँ

चयनित "AsAppliedDataset" को हटाएँ।

उपयोगकर्ता द्वारा बनाया गया "AsAppliedDataset" हटाया जा सकता है।

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

अंतिम अपडेट

क्या यह उपयोगी था?