Get a specific schedule for a campaign.
Namespace: CTCT.ServicesAssembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
bool DeleteSchedule(
string accessToken,
string apiKey,
string campaignId,
string scheduleId
)
bool DeleteSchedule(
string accessToken,
string apiKey,
string campaignId,
string scheduleId
)
Function DeleteSchedule ( _
accessToken As String, _
apiKey As String, _
campaignId As String, _
scheduleId As String _
) As Boolean
Function DeleteSchedule ( _
accessToken As String, _
apiKey As String, _
campaignId As String, _
scheduleId As String _
) As Boolean
bool DeleteSchedule(
String^ accessToken,
String^ apiKey,
String^ campaignId,
String^ scheduleId
)
bool DeleteSchedule(
String^ accessToken,
String^ apiKey,
String^ campaignId,
String^ scheduleId
)
abstract DeleteSchedule :
accessToken : string *
apiKey : string *
campaignId : string *
scheduleId : string -> bool
abstract DeleteSchedule :
accessToken : string *
apiKey : string *
campaignId : string *
scheduleId : 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
Campaign id.
- scheduleId
- Type: System.String
Schedule id to delete.
Return Value
Returns true if shcedule was successfully deleted.