Applies to: Kyvos Enterprise
Kyvos Cloud (SaaS on AWS)
Kyvos AWS Marketplace
Kyvos Azure Marketplace
Kyvos GCP Marketplace
Kyvos Single Node Installation (Kyvos SNI)
This event will be triggered when a worksheet is deleted successfully.
Interface
{"msgId": "", "msgName": "kyvos.viewer.wb.onDeleteWorksheetComplete", "payload": { "info": { "status": "", "desc": "", "extDesc": "", "code": -1 }, "data": { "wbId": "", "wbName": "" } }}
Points to consider
The Host App will get workbookId and workbookName in payload.
Example
{"msgId": "16913393120795127065078125396110", "msgName": "kyvos.viewer.wb.onDeleteWorksheetComplete", "payload": { "info": { "status": "success", "desc": "Delete worksheet completed.", "extDesc": "", "code": -1 }, "data": { "wbId": "Workbook16913383356036127067074176141423", "wbName": "DEMO_WorkbookUseInIntegration10" } }}