Removes numbers from the queue assigned to the authenticated user. Exactly one filter must be supplied via query string: number (E.164), position (0-based index), number + position together (delete a specific occurrence of a duplicate), or unassigned=true (remove every entry that has not been called yet). Combining unassigned with number or position is rejected. Pass user_pid or email to clear a teammate’s queue instead — user_pid wins when both are provided.
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.
user_pid ou email en query parameter. Le coequipier doit appartenir a la meme equipe que le proprietaire de la cle API.
user_pid — l’emporte quand les deux sont fournis. Resolvez les pids des coequipiers via GET /v2/api/users.email — utilise uniquement quand user_pid est absent.404 ASSIGNEE_NOT_FOUND.Phone number to remove (any format — normalized to E.164). Removes every entry matching this number unless position is also supplied.
"+12125550010"
0-based position to remove. Combine with number to disambiguate when the same number appears more than once.
x >= 03
When true, removes every queue entry that has not been called yet. Cannot be combined with number or position.
true
Pid of a teammate whose queue to clear. Resolve teammate pids via GET /v2/api/users. Wins over email when both are provided.
"usr-15BB68317A7F06F0C07A3BBD8F244102A6872220"
Email of a teammate whose queue to clear. Ignored when user_pid is also supplied.
Numbers removed
Result of clearing numbers from a Power Dialer queue.