Remove Blocked Numbers
Unblock phone numbers so they can call the subscriber again.
Prerequisites:
- Bearer token —
POST /v1.0/oauth2/tokens - Subscriber ID and
CallFilterId(CFID-) - Numbers must currently be on the blocked list — confirm with
GET /v1.0/subscribers/call-filter/blocked-numbers
What this does: Removes one or more phone numbers from the blocked list. After removal, calls from those numbers are handled normally according to the active filter mode (e.g., they will ring through in BLACKLIST mode unless they’re caught by another rule).
Next steps:
- Verify the removal —
GET /v1.0/subscribers/call-filter/blocked-numbers - Add to allowed instead —
POST /v1.0/subscribers/call-filter/allowed-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
Blocked Numbers Removed
The response is of type object.