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

20. Mutation: Delete "Farm"

Delete the selected "Farm" and all the data related to it.

If the "Farm" was shared by another user, then the operation will delete only the link. All origin "Farm" data will be safe.

mutation DeleteFarm {
  deleteFarm(input: {
    uuid: "<placeholder_of_farm_uuid>"
  }) {
    uuid
    name
    farmOwnership
  }
}

Last updated

Was this helpful?