WebhookClientDelete Method |
Deletes a webhook by id.
Namespace:
WebexSDK
Assembly:
WebexSDK (in WebexSDK.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax public void Delete(
string webhookId,
Action<WebexApiEventArgs> completionHandler
)
Parameters
- webhookId
- Type: SystemString
The identifier of the webhook. - completionHandler
- Type: SystemActionWebexApiEventArgs
The completion event handler.
Remarks Since: 0.1.0
See Also