Skip to main content

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

Content-Type

application/x-www-form-urlencoded

Path Variables

Variable

Comment

{project}

The UUID or the URI supplement (textual identifier) of the project to be used.

HTTP Parameters

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>