cURL
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>" }
Delete a vocabulary from the terminology.
The key of the vocabulary.
A successful response.
Was this page helpful?