static async deleteVocabularies(datasetId, apiKey) {
        logger.info('Deleting vocabularies of dataset', datasetId);
        await RWAPIMicroservice.requestToMicroservice({
            uri: `/v1/dataset/${datasetId}/vocabulary`,
            method: 'DELETE',