# 23. Mutation: Delete "SoilDataset"

Delete the selected "SoilDataset".

{% hint style="info" %}
The "SoilDataset" created by the user can be deleted.
{% endhint %}

{% code overflow="wrap" lineNumbers="true" %}

```graphql
mutation DeleteSoilDataset {
  deleteSoilDataset(input: {
    uuid: "<placeholder_of_soil_dataset_uuid>"
    fieldUuid: "<placeholder_of_field_uuid>"
  }) {
    uuid
  }
}
```

{% endcode %}
