Delete a contact from all contact lists.
Namespace: CTCT.ServicesAssembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
bool DeleteContactFromLists(
string accessToken,
string apiKey,
string contactId
)
bool DeleteContactFromLists(
string accessToken,
string apiKey,
string contactId
)
Function DeleteContactFromLists ( _
accessToken As String, _
apiKey As String, _
contactId As String _
) As Boolean
Function DeleteContactFromLists ( _
accessToken As String, _
apiKey As String, _
contactId As String _
) As Boolean
bool DeleteContactFromLists(
String^ accessToken,
String^ apiKey,
String^ contactId
)
bool DeleteContactFromLists(
String^ accessToken,
String^ apiKey,
String^ contactId
)
abstract DeleteContactFromLists :
accessToken : string *
apiKey : string *
contactId : string -> bool
abstract DeleteContactFromLists :
accessToken : string *
apiKey : string *
contactId : string -> bool
Parameters
- accessToken
- Type: System String
Constant Contact OAuth2 access token.
- apiKey
- Type: System String
The API key for the application
- contactId
- Type: System String
Contact id to be removed from lists.
Return Value
Returns true if operation succeeded.