SKSS_UnregisterCallbackURI

Description

Allows to unregister a REST callback end-point URI.


Callbacks are used to send guiding and focusing statistics to an external software. Please read REST API Callback to get more information.


{URI}=URI of the REST callback end-point.

Request

http://localhost:18700/SKSS_UnregisterCallbackURI?uri={URI}

JSON Response

{ "status": "success", "data": true, "message": null }