Skip to main content
Skip table of contents

ibihelpme_DeleteScreenshot

Signature
ibihelpme_DeleteScreenshot(id: string) : void
DescriptionDeletes the relevant screenshot
Available from API version1.0.0

Parameter

NameTypeDescription
idstring

Screenshot ID

Return value

No return value

Example

JS
function onDeleteScreenshot(id)
{
	window.external.ibihelpme_DeleteScreenshot(id);
}
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.