Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 651 Bytes

File metadata and controls

25 lines (15 loc) · 651 Bytes

removeSuppression

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}

Parameters

Name In Description
email path

Returns

remove-suppression-response — see the remove-suppression-response schema.

Example

Object res = mk.removeSuppression("unsubscribed@example.com");

← All methods · Docs · mailkite.dev