Delete webhook logs older than the number of days provided only if the number of logs per webhook is in excess of 100. 100 latest logs per webhook will always be maintained
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.