cURL
curl --request DELETE \ --url https://api.{workspaceId}.clinia.cloud/terminology/v1/vocabularies/{vocabularyKey}/concepts/{conceptCode} \ --header 'X-Clinia-API-Key: <api-key>'
{ "code": 400, "message": "<string>", "type": "ALREADY_EXISTS", "details": "<array>" }
Delete a concept from a vocabulary.
Documentation IndexFetch the complete documentation index at: https://docs.clinia.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.clinia.com/llms.txt
Use this file to discover all available pages before exploring further.
The key of the vocabulary.
The code of the concept.
A successful response.
Was this page helpful?