Web Service Method: Remove a Concept from a Collection
Abstract
Web Service Method: Remove a Concept from a Collection
Description |
---|
Removes a concept from a collection. |
URL: /PoolParty/api/thesaurus/{project}/removeConceptFromCollection
Request
Supported Methods |
---|
POST |
application/x-www-form-urlencoded
Variable | Comment |
---|---|
| The UUID or the URI supplement (textual identifier) of the project to be used. |
Parameter | Comment | Type | Required |
---|---|---|---|
collection | Collection the concept should be added to | String | true |
concept | Concept that should be added to collection | boolean | true |
Response
http status code 200if OK.
URL Pattern
POST Request
http://<server-url>/PoolParty/api/thesaurus/<project-Id>/removeConceptFromCollection?concept=<concept-URI>&collection=<collection-URI>