Skip to main content
DELETE
/
terminology
/
v1
/
vocabularies
/
{vocabularyKey}
Delete a vocabulary from the terminology
curl --request DELETE \
  --url https://{workspaceId}.clinia.cloud/terminology/v1/vocabularies/{vocabularyKey} \
  --header 'X-Clinia-API-Key: <api-key>'
{
  "code": 400,
  "message": "<string>",
  "type": "ALREADY_EXISTS",
  "details": "<array>"
}

Authorizations

X-Clinia-API-Key
string
header
required

Path Parameters

vocabularyKey
string
required

The key of the vocabulary.

Response

A successful response.