Suppression List
Delete User from Suppression List
Delete a suppression entry using its _id, distinct_id, destination.<br/><br/><strong>Note:</strong> If all three values (distinct_id, destination, _id) are provided, _id takes precedence followed by distinct_id.
delete/{WSID}/suppressions
Path parameters
WSIDstring required
Enter your workspace ID. You can obtain this value from the API Keys page within your Fyno account.
Query parameters
_idstring
Unique identifier of the suppression record to delete.
distinct_idstring
Unique identifier (used as an alternative to destination)
destinationstring
Phone number or email of the suppressed user
Response
Suppression list updated.
Example response
{
"status": "ok",
"_message": "1 record(s) has been deleted!"
}