API: kyvos.viewer.deleteWorksheet
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 requests Kyvos to delete an existing worksheet.
Interface
{"msgId": "",
"msgName": "kyvos.viewer.deleteWorksheet", "payload": {
"workSheetId": "",
"workSheetName": "", "showConfirmation": true
}}
Points to consider
Kyvos will delete the worksheet with the provided details i.e. either worksheetId or worksheetName should exist in currently opened workbook.
The possible values for showConfirmation are true or false. If it is set as true, then a confirmation box will be displayed before deleting the worksheet. If the value is set as false, Kyvos will delete the worksheet directly.
If no worksheetId or worksheetName is provided, then the currently opened worksheet is deleted.
Example
{"msgId": "16913393120795127065078125396110",
"msgName": "kyvos.viewer.deleteWorksheet", "payload": {
"workSheetId": "Sheet16913391345058127065016175385373",
"workSheetName": "", "showConfirmation": true
}}
Copyright Kyvos, Inc. All rights reserved.