DELETE /api/v202106/reportdistribution/log

Deletes report distribution logs older than the specified number of days while maintaining at least 100 logs per distribution

DeleteReportDistributionLogsOlderThanV202106 Permissions: DistributedReportsSettings (Manage)
Use this endpoint to clean up old distribution log entries. The 100 most recent logs per distribution are always retained regardless of the olderThanDays parameter.

Request Headers

Header Value Required Description
ECI-ApiKey string Yes Your API key. See Authentication.
Content-Type application/json Yes All requests must specify JSON content type.

Query Parameters

Name Description Type Required
olderThanDays Number of days after which logs are eligible for deletion (defaults to 3) integer (int32) Optional

Responses

204 No Content The request succeeded. No content is returned in the response body.