Skip to content

deleteGlobalSla

No description available.

Arguments

Argument Type Description
id (required) UUID! SLA Domain ID.
userNote String Optional user note.

Returns

SlaResult!

Sample

mutation DeleteGlobalSla($id: UUID!) {
  deleteGlobalSla(id: $id) {
    success
  }
}
{
  "id": "00000000-0000-0000-0000-000000000000"
}
{
  "data": {
    "deleteGlobalSla": {
      "success": true
    }
  }
}