Skip to main content
DELETE
/
v2
/
api
/
dialing-queues
/
current
/
numbers
Clear queue numbers
curl --request DELETE \
  --url https://api.withallo.com/v2/api/dialing-queues/current/numbers \
  --header 'Authorization: <api-key>'
{
  "data": {
    "removed": 4
  }
}

Documentation Index

Fetch the complete documentation index at: https://help.withallo.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Query Parameters

number
string

Phone number to remove (any format — normalized to E.164). Removes every entry matching this number unless position is also supplied.

Example:

"+12125550010"

position
integer

0-based position to remove. Combine with number to disambiguate when the same number appears more than once.

Required range: x >= 0
Example:

3

unassigned
boolean

When true, removes every queue entry that has not been called yet. Cannot be combined with number or position.

Example:

true

Response

Numbers removed

data
object

Result of clearing numbers from a Power Dialer queue.