Delete Report Schedule
DELETE/v1/reports/:id/schedule
Remove the caller's recurring schedule for this report. Does not delete the report itself, and does not affect schedules other users have on the same report. Returns 404 if the caller has no schedule.
Request
Responses
- 200
- 401
- 404
- 500
Schedule deleted successfully
Invalid or missing API key
Report or schedule not found
Internal server error