Remove an address from the suppression list (URL-encode the email in the path). Removing an unsuppressed address is a no-op success.
HTTP: DELETE /api/contacts/suppressions/{email}
| Name | In | Description |
|---|---|---|
email |
path | — |
remove-suppression-response — see the remove-suppression-response schema.
Object res = mk.removeSuppression("unsubscribed@example.com");