💾
💾
💾
💾
api
Search…
⌃K

Remove Alert Group

/groups/remove

Full Url

Arguments

token (string, required) group_id (int, required)

Info

Permanently remove all 911 Alert Group information and endpoints (any connected 911 addresses will be left intact)

Example Success

{
"code": 200,
"status": "success",
"data": "Successfully set conferences for the group"
}

Example Error

{
"code": 500,
"status": "error",
"data": "Could not set conference status for the group"
}
{
"code": 400,
"status": "error",
"data": "Invalid group id"
}