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": "[email protected]",
  "target": "11235551234",
  "displayname": "test 1234",
  "eventname": "queue",
  "action": "remove",
  "id": 3,
  "apikey": "xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
}'