Skip to main content

Web Service Method: Delete Suggested Concept

Abstract

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}

Request

Supported Methods

DELETE

Content-Type: application/json

Path Variables

Parameter

Type

Required

Description

{project}

String

true

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

uri

String

true

The uri value of the concept you want to delete.

Response

HTTP status code 204 if OK.

Usage of a REST Client

The following screenshot shows the usage of the delete service using Postman:

51737595.png