Interface ConfigsetsApi.Delete
-
- Enclosing interface:
- ConfigsetsApi
@Path("/configsets/{configSetName}") public static interface ConfigsetsApi.DeleteV2 API definition for deleting an existing configset.Equivalent to the existing v1 API /admin/configs?action=DELETE
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SolrJerseyResponsedeleteConfigSet(String configSetName)
-
-
-
Method Detail
-
deleteConfigSet
@DELETE SolrJerseyResponse deleteConfigSet(@PathParam("configSetName") String configSetName) throws Exception
- Throws:
Exception
-
-