Search Results for

    Show / Hide Table of Contents

    Method DeleteWatchList

    DeleteWatchList(String, String)

    Delete watch list

    Declaration
    void DeleteWatchList(string connectionId, string id)
    Parameters
    Type Name Description
    System.String connectionId

    The connection id to identify your connection. See also ConnectionId

    System.String id

    The id of the watch list.

    Remarks

    Delete watch list only specific user.

    Examples

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

    Example for delete watch list.

    {
       "connectionId": "adb26c2e-c9ca-4091-aa59-4ff714539272",
       "id": "41100ddd-1ae1-e911-a94b-00155d290a08"
    }

    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)

    Back to top Copyright © Kendox