Skip to main content
DELETE
Remove a contact from suppression list

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

email
string

Email address (URI-encoded)

userId
string

Response

Successful removal.

success
boolean
required

Whether the suppression removal was successful.

Example:

true

message
string
required
Example:

"Email removed from suppression list."

removalQuota
object
required
Last modified on July 17, 2026