Remove Notify from Alert Group

/groups/endpoint/remove

Full Url

Arguments

  • token (string, required)
  • endpoint_id (int, required)

Info

Remove an endpoint from a 911 Alert Group. endpoint_id can be found with the /groups/list or /groups/get commands

Example Success

{
"code": 200,
"status": "success",
"data": "Successfully removed endpoint from group"
}

Example Error

{
"code": 500,
"status": "error",
"data": "Could not remove endpoint from group"
}
{
"code": 400,
"status": "error",
"data": "Invalid endpoint id"
}