Web Service Method: Delete a Concept Scheme
Abstract
Web Service Method: Delete a Concept Scheme
Description |
---|
Deletes a concept scheme in the given project. |
URL: /PoolParty/api/thesaurus/{project}/deleteConceptScheme
Supported Methods |
---|
POST |
Variable | Comment |
---|---|
| The UUID or the URI supplement (textual identifier) of the project to be used. |
Parameter | Comment | Type | Required |
---|---|---|---|
conceptScheme | URI of the ConceptScheme | String | true |
http status code: 200 if OK.
POST Request
http://<server-url>/PoolParty/api/thesaurus/<project-id>/deleteConceptScheme?conceptScheme=<URL-of-target-conceptScheme>
Screenshot of an example call, done with Advanced REST client: