# Delete

Launch stage: GA

`DELETE /api/2.0/lakeview/dashboards/{dashboard_id}/schedules/{schedule_id}`

Delete dashboard schedule.

API scopes: dashboards

## Path parameters

- `schedule_id` (string, optional)
  UUID identifying the schedule.
  Example: `01ef0cb45e2a1da4a61950e9b8789ce9`
- `dashboard_id` (string, optional)
  UUID identifying the dashboard to which the schedule belongs.
  Example: `04aab30f99ea444490c10c85852f216c`

## Query parameters

- `etag` (string, optional)
  The etag for the schedule. Optionally, it can be provided to verify that the schedule has not
   been modified from its last retrieval.
  Example: `80611980`

## Response

```json
{}
```

