Removes the registration of the experiment to the logged in experimenter. Does not remove any data though! All of the data will be available to anyone.
removeRegistration(sourceURL, experimentName)
Arguments
sourceURL: The source URL for the experiment
experimentName: The experiment name as set in settings.js
Returns
The server response.
Examples
## Not run:removeRegistration("https...s3.amazonaws.com.myexperiment.index.html","running")## End(Not run)
See Also
Other registration: getRegisteredExperiments, registerExperiment