Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

WebHook.Release

Releases the object and all memory used for it.

Component Version macOS Windows Linux Server iOS SDK
WebHook 11.5 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes
MBS( "WebHook.Release"; WebHook )   More

Parameters

Parameter Description Example
WebHook The reference number of the web hook. $webhook

Result

Returns OK or error.

Description

Releases the object and all memory used for it.
Please call this when you are done with a web hook.

Examples

Cleanup:

If [ not IsEmpty ( $$WebHooks ) ]
    Set Variable [ $r ; Value: MBS("WebHook.Release"; $$WebHooks) ]
    Set Variable [ $$WebHooks ; Value: "" ]
End If

See also

Example Databases

Blog Entries

This function checks for a license.

Created 13th October 2021, last changed 13th October 2021


WebHook.Listen - WebHook.SetAutoAnswer