DELETE FROM `suppress_domain` WHERE suppress_domain = "domain.com"
ThanksWe have the option for bulk deleting domain suppression in Mumara but if you want to delete the domain suppression from the database then you can delete the record from the table "suppress_domain". Here is the query
TRUNCATE TABLE suppress_domain;