Search Results for

    Show / Hide Table of Contents

    Method DeleteImportTemplate

    DeleteImportTemplate(String, String)

    Delete an import template

    Declaration
    void DeleteImportTemplate(string connectionId, string importTemplateId)
    Parameters
    Type Name Description
    System.String connectionId

    The connection id to identify your connection. See also ConnectionId

    System.String importTemplateId

    The import template id. See also Id

    Examples

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

    Example for delete a import template.

    {
       "connectionId": "b6742bb8-ef97-44ae-819b-a2fa2200908a",
       "importTemplateId": "3a2cfae8-6ae0-e911-a94a-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)

    ServiceException

    Can not delete {ObjectType} {ObjectName} {ObjectId} because it is still in use in {ObjectType} {ObjectName} {ObjectId}. (10233)

    Back to top Copyright © Kendox