This web service deletes a vocabulary.
| Method | Endpoint |
|---|---|
DELETE |
|
| Path parameter | Type | Description |
|---|---|---|
{vocabularyId} |
String | The unique identifier of the vocabulary to be deleted. |
It is necessary to provide an Ft-Calling-App value when using Fluid Topics web services. See Fluid Topics calling app.
| Return code | Description |
|---|---|
204 NO CONTENT |
The request is valid and the vocabulary was deleted. |
401 UNAUTHORIZED |
The authorization header was not provided or is invalid. |
403 FORBIDDEN |
The user not have the ADMIN or KHUB_ADMIN role. |
404 NOT FOUND |
The vocabulary does not exist. |
For a list of all possible return codes, see Return codes.