Delete Message Filter
Permanently remove a message filter from a subscriber.
Prerequisites:
- Bearer token —
POST /v1.0/oauth2/tokens - An existing
MessageFilterId(MFID-)
What this does: Permanently deletes the filter and all its associated contacts and keyword rules. Messages will be delivered without any filtering after this call. This cannot be undone.
Tip: If you only want to pause filtering without losing your settings, use POST /v1.0/subscribers/message-filter/update and set FilterMode to INACTIVE instead.
Next steps:
- Confirm removal —
GET /v1.0/subscribers/message-filter - Create a new filter —
POST /v1.0/subscribers/message-filter
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
The Message Filter ID you want to permanently delete. Format: MFID- followed by a UUID. This cannot be undone.
"MFID-e06a2c10-eeb4-4ca7-b3ef-2254b9a79e25"
Response
Message Filter Deleted
The response is of type object.