New to Telerik Reporting? Download free 30-day trial

Unregister Client Overview

Request

DELETE /api/reports/clients/{clientId}

Path parameters

Name Type Description
clientId String ID of the service client. Returned from Register Client.

Response

HTTP Status Code Description
204 NoContent Client unregistered successfully
410 Gone The specified clientId cannot be found (expired)

Sample

  • Request

    DELETE /api/reports/clients/2c3d HTTP/1.1
    
  • Response

    HTTP/1.1 204 NoContent
    
In this article