Web API Edition | ComponentOne
In This Topic
    Cancel Token Request
    In This Topic

    Provides API to cancel the request specified by the token option. When the query takes too long time and you don’t want to wait for the result or the result data is outdated because the view is changed, you can call this service to cancel the previous query. If calling this, the token will be removed from the server cahce. Your client application sends an HTTP request to the service application for using the Cancel API to cancel the request specified by the token option.

    Cancel Token Service Request Schema

    To cancel the request specified by the token option, you need to use PUT method. Token information specified in the request URL, as:

    PUT: /api/dataenginetoken/{token}/cancel

    Response is a boolean value indicates whether the operation succeeds.