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>'
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.

Response

A successful response.

I