Web API Edition | ComponentOne
In This Topic
    Clear Token
    In This Topic

    Clear Token service provides API to clear the token when it is not needed. Your client application sends an HTTP request to the service application for using the Clear Token API to clear the token when it is not needed.

    Clear Token Service Request Schema

    To get the result data by the specified token, you need to use DELETE method. Token information specified in the request URL, as:

    DELETE: /api/dataenginetoken/{token}

    Response is a boolean value indicates whether the token has been removed.