DELETE /api/v202106/reportdistribution/log

Delete report distribution logs older than the number of days provided only if the number of logs per distribution is in excess of 100. 100 latest logs per distribution will always be maintained

DeleteReportDistributionLogsOlderThanV202106 Permissions: DistributedReportsSettings (Manage)

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 Defaults to 3 integer (int32) Optional

Responses

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