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