deviceGroupDelete(deviceGroupId)

Arguments

deviceGroupId
ID!,non-nullrequired

Return type

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