LUCS Configuration LUCS API API Functions LUCS Callbacks Current: POST cancel callbackID POST cancel callbackID Purpose: Cancel the Callback, identified by a CallbackId. Request URI/v1.0/callbacks/{id}/cancelMethodPOST ParametersDescriptionid *string($guid)(path)Guid, internal Callback identifier.Responses CodeDescription / Example 200In case of success, returns no result. Only 'Ok' status code if success.500 { "Error": { "Code": "NotInitialized", "Message": "string" } } CODE ×