Web Service Method: Delete Suggested Concepts
Web Service Method: Delete Suggested Concepts
Description |
---|
Deletes multiple suggested concepts from the free concepts list in PoolParty. |
Note
This service is equivalent to the list of the Suggested Concepts in the Workflow Dashboard tab in PoolParty frontend. For details refer to:Suggested Concepts Workflow
URL: /PoolParty/api/thesaurus/{project}/suggestedConcepts
Supported Methods |
---|
DELETE |
Content-Type: application/json
Parameter | Type | Required | Description |
---|---|---|---|
{project} | String | true | The UUID or the URI supplement (textual identifier) of the project to be used. |
Request object to delete a suggested concept.
Attribute | Type | Required | Comment |
uri | Array of Strings | true | URIs of the suggested concepts. If there is one wrong concept URI, an error will be thrown. |
HTTP status code 204 if OK.
The following screenshot shows the usage of the import service using Postman: