housingAssociationCollectiveAlarmDeleteZone(zoneId)

Arguments

zoneId
ID!,non-nullrequired

Return type

Mutation sample
mutation housingAssociationCollectiveAlarmDeleteZone($zoneId: ID!) {
  housingAssociationCollectiveAlarmDeleteZone(zoneId: $zoneId) {
    errors {
      message 
      path 
    }
  }
}
Variables
{ "zoneId": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4" }
Response sample
{ "data": { "errors": [ { "message": "Example String", "path": "Example String" } ] } }