StatusDashboard
EmailSuppression

Delete email suppression

Remove an address from the organization suppression list.

View Markdown

DELETE /app/subscribers/email/suppression/{email}

Removes a suppression entry for the given email address from your organization's list. StatusDashboard clears the entry in full. A 204 response means the address was removed successfully.

Removing an entry allows notification sends to the address again on the next natural event. The platform does not auto-resend or trigger follow-up actions. If the address is still invalid, a subsequent hard bounce will re-add the entry.

Requires the admin or subscriber role and the Email notifications feature entitlement.


Path parameters

ParameterTypeDescription
emailstringNormalized email address to remove from the suppression list

Request

See API Basics for required headers.


Sample request

curl -X DELETE "https://api.statusdashboard.com/app/subscribers/email/suppression/alice%40acme.com" \
  -H "Authorization: Bearer bcf847abf5c6:def456"

Sample response

Status: 204 No Content

No response body.


Error responses

StatusWhen
400Invalid email path parameter
403Not admin, or feature disabled
404Suppression entry not found
502StatusDashboard could not complete removal — the entry was not removed; retry the request

On this page

We use cookies

We use essential cookies to keep the site working, and optional analytics cookies to understand how it's used. Read our Privacy Policy.