Skip to main content
DELETE
/
terminology
/
v1
/
vocabularies
/
{vocabularyKey}
/
concepts
/
{conceptCode}
Delete a concept from a vocabulary
curl --request DELETE \
  --url https://{workspaceId}.clinia.cloud/terminology/v1/vocabularies/{vocabularyKey}/concepts/{conceptCode} \
  --header 'X-Clinia-API-Key: <api-key>'
This response does not have an example.

Authorizations

X-Clinia-API-Key
string
header
required

Path Parameters

vocabularyKey
string
required

The key of the vocabulary.

conceptCode
string
required

The code of the concept.

Response

A successful response.

I