Flush Queue
The Flush Queue API allows you to flush all current numbers in a specific queue.
curl --location --request POST 'https://apig.kixie.com/app/legacy/flushUserQueue?apikey=xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx' \
--header 'Content-Type: application/json' \
--data-raw ' {
"call": "flushUserQueue",
"apikey": "xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"id": 68700,
"userid": 89571,
"businessid": 10377
}'