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
WSID
Enter your workspace ID. You can obtain this value from the API Keys page within your Fyno account.
Query parameters
_id
Unique identifier of the suppression record to delete.
distinct_id
Unique identifier (used as an alternative to destination)
destination
Phone number or email of the suppressed user
Response
Suppression list updated.
status
_message