Search Results for

    Show / Hide Table of Contents

    Method DeleteAuditLogonEntries

    DeleteAuditLogonEntries(String, String)

    Delete audit logon entries

    Declaration
    void DeleteAuditLogonEntries(string connectionId, string toDate)
    Parameters
    Type Name Description
    System.String connectionId

    The connection id to identify your connection. See also ConnectionId

    System.String toDate

    The to date delete. Date formats: yyyy-MM-ddTHH:mm:ss or yyyy-mm-dd HH24:MI:SS

    Remarks
    • You need "Access to scheme" access right (01002060-38a7-11d8-a902-0050bf427e8f). See also GetUserAdminAccessRights(String, String)
    • You need "Delete Admin Audit-Log" access right (01002098-38a7-11d8-a902-0050bf427e8f). See also GetUserAdminAccessRights(String, String)
    Examples

    POST https://YourServerName/InfoShare/Json/Audit/DeleteAuditLogonEntries

    Example for a deleting audit logon entries.

    {
       "connectionId": "3c82780c-d086-4564-ab20-915fc2182620",
       "toDate": "2019-09-19T15:59:14"
    }

    Response:

    { }
    Exceptions
    Type Condition
    ServiceException

    String was not recognized as a valid DateTime: {dateTimeValue}. Expected format {expectedFormat} (10059)

    ServiceException

    The connection id {connectionId} isn't valid or has expired (10008)

    ServiceException

    Verification code is needed: Verification code not yet verified (10152)

    Back to top Copyright © Kendox