json
Subscribers
Delete Call Filter
Permanently remove a call filter from a subscriber.
Prerequisites:
- Bearer token —
POST /v1.0/oauth2/tokens - An existing
CallFilterId(CFID-)
What this does: Permanently deletes the filter and all its associated allowed/blocked numbers and keyword rules. Calls will no longer be filtered after this call. This cannot be undone.
Next steps:
- Confirm removal —
GET /v1.0/subscribers/call-filter - Create a new filter —
POST /v1.0/subscribers/call-filter
POST
json
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
application/json
The Call Filter ID you want to permanently delete. Format: CFID- followed by a UUID. This cannot be undone.
Example:
"CFID-05c3d6d2-21c2-4fab-8c7c-12746cad1499"
Response
Call Filter Deleted
The response is of type object.