How to delete Export

Is there a way to delete exported reports in /api/v2/analytics/reporting/exports?

Hi @marktjn
It's possible to remove a scheduled report job job with DELETE /api/v2/analytics/reporting/schedules/{scheduleId}, but unfortunately there is no API resource for deleting the export after completion.

If you don't want to keep the job history, you may want to use the analytics detail jobs for exporting data instead, which allows you to delete jobs with DELETE /api/v2/analytics/conversations/details/jobs/{jobId} and DELETE /api/v2/analytics/users/details/jobs/{jobId}

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.