StopActiveCallsResponse
200 body of POST /calls/active/stop — the account-wide stop sweep was accepted.
statusstringrequired
Always success.
messagestringrequired
A human-readable note that the stop is in progress.
num_callsintegerrequired
How many active calls a hangup was issued for.
StopActiveCallsResponse
{
"status": "string",
"message": "string",
"num_calls": 0
}