Delete Schedule

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

A schedule is an automated synchronization or screenshot task. This way you can automatically send screenshots with a certain frequency or specify how frequently a dataset has to be synchronized. Schedules can be created, updated and deleted by all users or group members with at least modifying rights to the securable.

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

Parameters
Expand all Reset
id *UUIDrequired

The unique identifier of the entity

Can be executed by:
Entity Owner
Can be associated to:
Alert
Dashboard
Dataset
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
}