Delete a scheduled export for a report
This endpoint deletes a specific scheduled export from a report. Deleting a schedule prevents any previously configured exports or alerts from being triggered at the scheduled times.
### Usage notes
- The `reportId` in the path is required to identify the report. Retrieve the **reportId** by calling the [/v2/reports](https://help.sigmacomputing.com/reference/list-reports) endpoint.
- The `scheduleId` in the path is required to specify which schedule to delete. Retrieve the **scheduleId** by calling the [/v2/reports/{reportId}/schedules](https://help.sigmacomputing.com/reference/list-report-schedules) endpoint and using the `scheduledNotificationId` in the response.
### Usage scenarios
- **Audit operations**: Use this endpoint to remove unnecessary or outdated schedules that are no longer relevant to the report's current use case.
### Best practices
- Make sure that deleting a given schedule is in compliance with your organization's data governance and operational policies.
- Verify the `scheduleId` and `reportId` before making a deletion request to prevent errors.
Authentication
AuthorizationBearer
OAuth authentication of the form <token>.
Path parameters
reportId
scheduleId
Response
The response body.

