Unsubscribe a specific contact.
Namespace: CTCT.ServicesAssembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
public bool DeleteContact(
string accessToken,
string apiKey,
string contactId
)
public bool DeleteContact(
string accessToken,
string apiKey,
string contactId
)
Public Function DeleteContact ( _
accessToken As String, _
apiKey As String, _
contactId As String _
) As Boolean
Public Function DeleteContact ( _
accessToken As String, _
apiKey As String, _
contactId As String _
) As Boolean
public:
virtual bool DeleteContact(
String^ accessToken,
String^ apiKey,
String^ contactId
) sealed
public:
virtual bool DeleteContact(
String^ accessToken,
String^ apiKey,
String^ contactId
) sealed
abstract DeleteContact :
accessToken : string *
apiKey : string *
contactId : string -> bool
override DeleteContact :
accessToken : string *
apiKey : string *
contactId : string -> bool
abstract DeleteContact :
accessToken : string *
apiKey : string *
contactId : string -> bool
override DeleteContact :
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
Unique contact id.
Return Value
Returns true if operation succeeded.
Implements
IContactService DeleteContact(String, String, String)