Skip to main content

Web Service Method: Delete Suggested Concepts

Abstract

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

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.

JSON Request Object

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.

Response

HTTP status code 204 if OK.

Usage of a REST Client

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

51737592.png