Search Results for

    Show / Hide Table of Contents

    Method DeleteLanguageCode

    DeleteLanguageCode(String, String)

    Delete a language code

    Declaration
    void DeleteLanguageCode(string connectionId, string languageCodeId)
    Parameters
    Type Name Description
    System.String connectionId

    The connection id to identify your connection. See also ConnectionId

    System.String languageCodeId

    The language code id. See also Id

    Examples

    POST http://YourServerName/InfoShare/Json/Common/DeleteLanguageCode

    Example for delete a language code.

    {
       "connectionId":"eb5718e6-8fd6-460b-9da3-4fb0434e81a8",
       "languageCodeId": "ccf699a3-e8e0-e911-a94b-00155d290a08"
    }

    Response:

    { }
    Exceptions
    Type Condition
    ServiceException

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

    ServiceException

    The administrative context {administrativeContext} is already checked out by user {displayLoginName} (10129)

    ServiceException

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

    Back to top Copyright © Kendox