Delete a scheduled export for a workbook
This endpoint deletes a specific scheduled export from a workbook. Deleting a schedule prevents any previously configured exports or alerts from being triggered at the scheduled times.
### Usage notes
- The `workbookId` in the path is required to identify the workbook. Retrieve the **workbookId** by calling the [/v2/workbooks](https://help.sigmacomputing.com/reference/list-workbooks) endpoint.
- The `scheduleId` in the path is required to specify which schedule to delete. Retrieve the **scheduleId** by calling the [/v2/workbooks/{workbookId}/schedules](https://help.sigmacomputing.com/reference/list-workbook-schedules) endpoint and using the `scheduledNotificationId` in the response.
### Usage scenarios
- **Cleanup operations:** Use this endpoint to remove unnecessary or outdated schedules that are no longer relevant to the workbook's current use case.
- **Configuration updates:** When a workbook's usage patterns change, corresponding schedules might need to be deleted to align with the new setup.
### 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 `workbookId` before making a deletion request to prevent errors.
Authentication
AuthorizationBearer
OAuth authentication of the form <token>.
Path parameters
workbookId
scheduleId
Response
The response body.

