Delete Dataset

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

Datasets and dashboards are in the Luzmo API a type of securable . As such, the API calls to create, update, delete, ... datasets or dashboards are executed against the securable endpoint.

Properties relevant to one, may not be relevant to the other. Those will be null (e.g. contents is null for a dataset while for dashboards it is one of the most important properties as it holds the definition of screenmodes, charts, ...).

Delete a dataset by providing the id. Only an owner is allowed to delete a dataset.

Parameters
Expand all Reset
id *UUIDrequired

The unique identifier of the entity

Can be executed by:
Entity Owner
Can be associated to:
Columns
Groups
Schedule
Users
favorites
Tags
Collections
Integrations
EmbedFilterGroups
Dashboards
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
{}