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 endpoint.
  • The scheduleId in the path is required to specify which schedule to delete. Retrieve the scheduleId by calling the /v2/reports/{reportId}/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.
Language
Credentials
OAuth2
URL
Response
Click Try It! to start a request and see the response here!