Permanently remove a message filter from a subscriber.
Prerequisites:
POST /v1.0/oauth2/tokensMessageFilterId (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:
GET /v1.0/subscribers/message-filterPOST /v1.0/subscribers/message-filterDocumentation 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
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"
Message Filter Deleted
The response is of type object.