Delete an individual event fee
Namespace: CTCT.ServicesAssembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
bool DeleteEventFee(
string accessToken,
string apiKey,
string eventId,
string feeId
)
bool DeleteEventFee(
string accessToken,
string apiKey,
string eventId,
string feeId
)
Function DeleteEventFee ( _
accessToken As String, _
apiKey As String, _
eventId As String, _
feeId As String _
) As Boolean
Function DeleteEventFee ( _
accessToken As String, _
apiKey As String, _
eventId As String, _
feeId As String _
) As Boolean
bool DeleteEventFee(
String^ accessToken,
String^ apiKey,
String^ eventId,
String^ feeId
)
bool DeleteEventFee(
String^ accessToken,
String^ apiKey,
String^ eventId,
String^ feeId
)
abstract DeleteEventFee :
accessToken : string *
apiKey : string *
eventId : string *
feeId : string -> bool
abstract DeleteEventFee :
accessToken : string *
apiKey : string *
eventId : string *
feeId : string -> bool
Parameters
- accessToken
- Type: System String
Constant Contact OAuth2 access token
- apiKey
- Type: System String
The API key for the application
- eventId
- Type: System String
Event id
- feeId
- Type: System String
EventFee id
Return Value
True if successfuly deleted