Remove Notify from Alert Group
/groups/endpoint/remove
- token (string, required)
- endpoint_id (int, required)
Remove an endpoint from a 911 Alert Group. endpoint_id can be found with the /groups/list or /groups/get commands
{
"code": 200,
"status": "success",
"data": "Successfully removed endpoint from group"
}
{
"code": 500,
"status": "error",
"data": "Could not remove endpoint from group"
}
{
"code": 400,
"status": "error",
"data": "Invalid endpoint id"
}
Last modified 3yr ago