Delete a vocabulary - Fluid Topics - Latest

Fluid Topics API Reference Guide

Category
Reference Guides
Audience
public
Version
Latest

This web service deletes a vocabulary.

Method Endpoint
DELETE /api/admin/khub/vocabularies/{vocabularyId}
Path parameter Type Description
{vocabularyId} String The unique identifier of the vocabulary to be deleted.
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.