Web Service Method: Delete Suggested Concept
Web Service Method: Delete Suggested Concept
Description |
---|
Deletes a suggested concept 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}/suggestedConcept?uri={uri}
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. |
| String | true | The uri value of the concept you want to delete. |
HTTP status code 204 if OK.
The following screenshot shows the usage of the delete service using Postman: