clear
Deletes all recipients from a recipient list in Optimizely Campaign.
Note: The recipients cannot be restored.
Type: void
Parameters
Name | Type | Value |
---|---|---|
sessionId | String | ID of the session |
recipientListId | long | ID of the recipient list |
Return values
-
Code structure
void clear(String sessionId, long recipientListId)
Updated almost 3 years ago
Next