# 21. Mutation: Delete "ZonesMap"

Delete the selected "VectorAnalysisMap" / "ZonesMap".

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

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

```graphql
mutation DeleteVectorAnalysisMap {
  deleteVectorAnalysisMap(input: {
    uuid: "<placeholder_of_vector_analysis_map_uuid>"
    fieldUuid: "<placeholder_of_field_uuid>"
  }) {
    uuid
    fieldUuid
    name
    zonesMapUrl
    attributesUrl
    status
  }
}
```

{% endcode %}
