DELETE /api/v202104/webhook/log

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

DeleteWebhookLogsOlderThanV202104 Permissions: ApplicationSettings (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.