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

61. Mutation: "AsAppliedDataset" を削除

As-Applied または As-Planted のデータセットを削除

選択された「AsAppliedDataset」を削除します。

ユーザーによって作成された「AsAppliedDataset」を削除できます。

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

最終更新

役に立ちましたか?