Push_stop
Push_Stop
When this call is used, The given IDs from the "push_list
" call
response (see above) will be stopped.
It has two forms, which are as follows:
//Either...
{
"push_stop": ID
}
//Or...
{
"push_stop":[ID, ID, ID, ...] //multiple IDs may be stopped simultaneously
}
There is no response to this call.