61. Mutation: Delete "AsAppliedDataset"
Delete As-Applied or As-Planted dataset
Delete the selected "AsAppliedDataset".
mutation DeleteAsAppliedDataset {
deleteAsAppliedDataset(input: {
uuid: "<placeholder_of_as_applied_dataset_uuid>"
fieldUuid: "<placeholder_of_field_uuid>"
}) {
uuid
}
}
Previous60. Mutation: Generate As-Applied-based "ZonesMap" asynchronouslyNext62. Mutation: Share Farms
Last updated
Was this helpful?