remove
This operation removes a recipient from a recipient list in Optimizely Campaign.
Tip: This operation does not unsubscribe a recipient. To do that, use the unsubscribe operation.
This operation is available in the mail and the form service.
Parameters
Name | Mandatory | Default value | Description |
---|---|---|---|
bmRecipientId | yes/no | – | The ID of the new recipient (usually the email address). If used in the mail service, this parameter is not mandatory (the email address is sent anyway). If used in the form service, the parameter is mandatory. |
Return values
Value | Description |
---|---|
ok | Recipient successfully removed from the recipient list |
ok: not_found | Only with bmVerbose=true: The recipient could not be found in the recipient list. |
wrong_tag | Authorization failed. Error codes:
|
**Tip**: If a verification of the authentication tag does not solve the problem, contact [customer support](https://webhelp.episerver.com/latest/en/campaign/support/customer-support.htm "Customer support"). | | missing\_id | When using the form service: No **bmRecipientId** was transmitted. | | system\_error | A general error occurred. |
Example 1
.../form/.../remove?bmRecipientId=john.smith%40example.com
The recipient with the ID [email protected] is removed from the recipient list. This recipient list is identified by the authorization code.
Example 2
.../mail/.../remove?bmUrl=http://www.example.com
The recipient of the email is removed from the recipient list to which the mailing was sent. Then, the recipient is forwarded to www.example.com.
Updated about 1 year ago