Dev GuideAPI Reference
Dev GuideAPI ReferenceUser GuideLegal TermsGitHubNuGetDev CommunitySubmit a ticketLog In

remove

Removes a recipient from the internal unsubscribe list currently unsubscribed.

If the recipient is contained in one of the recipient lists, he/she will receive mailings again.

Type: void

Parameters

NameTypeValue
sessionIdStringID of the session
recipientIdStringID of the recipient

Return values

  • Code structure

    void remove(String sessionId, String recipientId)