Search Results for

    Show / Hide Table of Contents

    Method UserTableDropTable

    UserTableDropTable(String, String)

    Drops a user table

    Declaration
    void UserTableDropTable(string connectionId, string userTable)
    Parameters
    Type Name Description
    System.String connectionId

    The connection id to identify your connection. See also ConnectionId

    System.String userTable

    Name of the user table

    Examples

    POST https://YourServerName/InfoShare/Json/UserTable/UserTableDropTable

    This example shows how to drop a user table.

    {
     "connectionId": "1bafdbc6-ac0f-4a2d-bade-a5ed1fb6177a",
     "userTable": "UserTable_Test1"
    }

    Response:

    {}
    Exceptions
    Type Condition
    ServiceException

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

    ServiceException

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

    ServiceException

    Table name '{userTable}' is invalid. Allowed characters are: {allowedCharacters} (10184)

    ServiceException

    Not enough rights ({accessOperationName}, {accessOperationId}) (10071)

    Back to top Copyright © Kendox