# Remove suppression Remove an email from your suppression list by suppression ID. Important: Only remove suppressions if: - The recipient has explicitly requested re-subscription - You have verified the email address is valid - For bounces: You have confirmed the email is now deliverable - For complaints: You have received explicit consent to resume sending Endpoint: DELETE /api/customer/suppressions/{suppressionId} Version: 1.0.0 Security: ApiKeyAuth ## Path parameters: - `suppressionId` (string, required) Suppression ID to remove ## Response 200 fields (application/json): - `message` (string) - `email` (string) - `type` (string) - `scope` (string) ## Response 401 fields (application/json): - `error` (string) Error code or message ## Response 404 fields (application/json): - `error` (string) Error code or message