Unsubscribe contact by EmailAddress

Implementation Notes

Unsubscribe the contact at list level by providing EmailAddress and ListId. Skip ListId to unsubscribe at Global level.

Response Class (Status 200)

Parameters

Parameter Value Description Parameter Type Data Type
ApiKey The Value of the API Key Path String
Submission

Details of contact to unsubscribe. body
Unsubscribeemail{
MailingId(integer,optional),
EmailAddress(string, optional),
ListId(integer, optional),
UnsubType ( string, optional)
}
 { 
    "MailingId": 0,
    "EmailAddress": "string",
    "ListId": 0,
    "UnsubType": "string"
 } 
Click to set as parameter value

Response Messages

HTTP Status Code Reason Response Model Headers
403 Access Denied    
404 Not Found