FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..removeWebHook Method

Removes the web hook.

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public bool removeWebHook(
	string webHookID
)
Public Function removeWebHook ( _
	webHookID As String _
) As Boolean
public:
bool^ removeWebHook(
	String^ webHookID
)

Parameters

webHookID
Type: String
The web hook identifier.

Return Value

true if XXXX, false otherwise.