Deletion of Domain Log Entries

Deletes the domain log entries within the specified time range.

Syntax

void deleteLog(Date startTime, Date endTime) throws SUPAdminException;

Returns

If successful, returns silently. If unsuccessful, returns SUPAdminException.

Examples

  • Deletion
    domainLog.deleteLog(new Date(0), new Date());