Delete User from Suppression List

Delete a suppression entry using its _id, distinct_id, destination.

Note: If all three values (distinct_id, destination, _id) are provided, _id takes precedence followed by distinct_id.

Authentication

AuthorizationBearer
Enter your API Key. If you don't have it already, you can create one from the API Keys page within your Fyno account

Path parameters

WSIDstringRequired
Enter your workspace ID. You can obtain this value from the API Keys page within your Fyno account.

Query parameters

_idstringOptional
Unique identifier of the suppression record to delete.
distinct_idstringOptional

Unique identifier (used as an alternative to destination)

destinationstringOptional
Phone number or email of the suppressed user

Response

Suppression list updated.
statusstring or null
_messagestring or null

Errors