Remove phone numbers from the allowed contacts list.
Prerequisites:
POST /v1.0/oauth2/tokensMessageFilterId (MFID-)GET /v1.0/subscribers/message-filter/allowed-contactsWhat this does: Removes one or more phone numbers from the allowed list. After removal, messages from those contacts go through the normal filter pipeline (keyword checks, link blocking, etc.).
Next steps:
GET /v1.0/subscribers/message-filter/allowed-contactsPOST /v1.0/subscribers/message-filter/blocked-contacts/addDocumentation Index
Fetch the complete documentation index at: https://docs.telegent.com/llms.txt
Use this file to discover all available pages before exploring further.
Enter the token obtained from the Authentication endpoint
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.
"SID-C7AB61E0-9AD9-4512-ACA8-EDA284131441"
Message Filter ID. Format: MFID- followed by a UUID. Returned by POST /v1.0/subscribers/message-filter (Create) or GET /v1.0/subscribers/message-filter (List).
"MFID-7435d672-a2d0-451e-ab62-45499f5bc7a1"
One or more phone numbers (E.164 format) to remove from the allowed list.
["+15555555555"]Allowed Contacts Removed
The response is of type object.