Delete Contact
Delete an email/contact details in a List.
Function
deleteContact()
Url
- POST:
/PuresendService/v1/deleteContact
Parameters
- listId:
int
- id of the list to which the email will be removed from.
- email:
String
- email address to be removed
Return
- statusCode:
int
:1
: success0
: failed
Exception
- Exception
Documentation
- Remove an email/contact related to the specified list.
Examples
{
"listId": 1234,
"email": "test@email.com" }
{
"statusCode": 1
}