v1
latestOpenAPI 3.0.32026-07-17463044.1 KBAtramhasis
Remove the concept with id `c_id`.
Remove the concept with id c_id. The response body will contain the last representation known by the service.
delete/conceptschemes/{scheme_id}/c/{c_id}
Path parameters
scheme_idstring required
The identifier for a certain concept scheme.
c_idstring required
The identifier for a certain concept or collection.
Response
The concept or collection was deleted succesfully.
Example response
{
"labels": [
{
"type": "prefLabel",
"language": "en",
"label": "Apple"
}
],
"concept_scheme": {
"labels": [
{
"type": "prefLabel",
"language": "en",
"label": "Apple"
}
]
}
}