Delete a LabKey domain
Delete an existing domain.
labkey.domain.drop(baseUrl=NULL, folderPath, schemaName, queryName)
baseUrl |
a string specifying the |
folderPath |
a string specifying the |
schemaName |
a string specifying the name of the schema of the domain |
queryName |
a string specifying the query name |
This function will delete an existing domain along with any data that may have been uploaded to it.
Karl Lum
## delete an existing domain library(Rlabkey) labkey.domain.drop(baseUrl="http://labkey/", folderPath="home", schemaName="lists", queryName="test list")
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.