Delete an email campaign.
Namespace: CTCT.ServicesAssembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
bool DeleteCampaign(
string accessToken,
string apiKey,
string campaignId
)
bool DeleteCampaign(
string accessToken,
string apiKey,
string campaignId
)
Function DeleteCampaign ( _
accessToken As String, _
apiKey As String, _
campaignId As String _
) As Boolean
Function DeleteCampaign ( _
accessToken As String, _
apiKey As String, _
campaignId As String _
) As Boolean
bool DeleteCampaign(
String^ accessToken,
String^ apiKey,
String^ campaignId
)
bool DeleteCampaign(
String^ accessToken,
String^ apiKey,
String^ campaignId
)
abstract DeleteCampaign :
accessToken : string *
apiKey : string *
campaignId : string -> bool
abstract DeleteCampaign :
accessToken : string *
apiKey : string *
campaignId : string -> bool
Parameters
- accessToken
- Type: System String
Constant Contact OAuth2 access token.
- apiKey
- Type: System String
The API key for the application
- campaignId
- Type: System String
Valid campaign id.
Return Value
Returns true if successful.