delete
https://api.sigmacomputing.com/v2/reports//schedules/
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
reportIdin the path is required to identify the report. Retrieve the reportId by calling the /v2/reports endpoint. - The
scheduleIdin the path is required to specify which schedule to delete. Retrieve the scheduleId by calling the /v2/reports/{reportId}/schedules endpoint and using thescheduledNotificationIdin 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
scheduleIdandreportIdbefore making a deletion request to prevent errors.
