Delete Share

LLM-friendly URL
POST
https://api.luzmo.com/0.1.0/share

A share is a private link to a dashboard. Each share has a default language and its own usage statistics. The creating user is automatically linked to the Share. Besides of sharing dashboards with users that do not have a Luzmo account, another usage is to have different usage statistics for different groups of users. In other words, you can create multiple share links for a dashboard for which the owner receives separate usage statistics.

Delete a share by providing the id of the share. You can only delete schedules if the securable that is linked to it can be modified by you.

Parameters
Expand all Reset
id *STRINGrequired

Unique key of the share (automatically assigned)

Can be executed by:
Securable Owner
Can be associated to:
Dashboard
Locale
User
Did this page help you?
Yes No
Language
Shell
Node
Java
.NET
Python
PHP
Install
npm install @luzmo/nodejs-sdk
Example Response
200
400
500
{
  "code": 200
}