Remove From Queue
The Remove From Queue API allows you to remove a number from a Queue.
curl --location --request POST 'https://apig.kixie.com/app/event?apikey=xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"businessid": "xxxxx",
"email": "sample@kixie.com",
"target": "11235551234",
"displayname": "test 1234",
"eventname": "queue",
"action": "remove",
"id": 3,
"apikey": "xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
}'