CTS2-LE REST API: OWL Delete
Operation Syntax
Deletes an OWL ontology.
- Signature
- Response webCts2Le.service.crud.OwlResource.delete(
- @QueryParam(value="uri") String uri,
- @QueryParam(value="version") String version)
- @GET
- @Path(value="/service/crud/owl/delete")
- @Produces(value={"application/xml"})
- Parameters
uri- resource URI
Cardinality: 1..1
version- version
Cardinality: 1..1
- Result
- empty response if no error occurs otherwise an error XML.