Remove Allowed Numbers
Remove phone numbers from the allowed callers list.
Prerequisites:
- Bearer token —
POST /v1.0/oauth2/tokens - Subscriber ID and
CallFilterId(CFID-) - Numbers must currently be on the allowed list — confirm with
GET /v1.0/subscribers/call-filter/allowed-numbers
What this does: Removes one or more phone numbers from the allowed list. In WHITELIST mode, calls from those numbers will no longer ring through and are treated like any other non-allowed caller.
Next steps:
- Verify the removal —
GET /v1.0/subscribers/call-filter/allowed-numbers - Block the caller instead —
POST /v1.0/subscribers/call-filter/blocked-numbers/add
Documentation Index
Fetch the complete documentation index at: https://docs.telegent.com/llms.txt
Use this file to discover all available pages before exploring further.
Body
Telegent Subscriber ID. Format: TSUID- followed by a UUID. Create one via POST /v1.0/subscribers/create or look up existing IDs with GET /v1.0/subscribers/get.
"TSUID-C7AB61E0-9AD9-4512-ACA8-EDA284131441"
Call Filter ID. Format: CFID- followed by a UUID. Returned by POST /v1.0/subscribers/call-filter (Create) or GET /v1.0/subscribers/call-filter (List).
"CFID-8e966d20-08b8-42bf-a11f-2fdf72c663d6"
One or more phone numbers (E.164 format) to remove from the list.
["+15555555555"]Response
Allowed Numbers Removed
The response is of type object.